mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Put pkgconfig under libdata as per FreeBSD standards.
Don't try to delete the pkgconfig directory. Approved by: jpaetzel
This commit is contained in:
parent
4747bb84bb
commit
e2b07be579
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280070
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= libyaml
|
||||
PORTVERSION= 0.1.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
||||
DISTNAME= yaml-${PORTVERSION}
|
||||
|
@ -17,6 +18,7 @@ MAINTAINER= jpaetzel@FreeBSD.org
|
|||
COMMENT= A YAML 1.1 parser and emitter written in C
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,5 +4,4 @@ lib/libyaml-0.so.2
|
|||
lib/libyaml.a
|
||||
lib/libyaml.so
|
||||
lib/libyaml.la
|
||||
lib/pkgconfig/yaml-0.1.pc
|
||||
@dirrmtry lib/pkgconfig
|
||||
libdata/pkgconfig/yaml-0.1.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue