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
|
PORTNAME= libyaml
|
||||||
PORTVERSION= 0.1.4
|
PORTVERSION= 0.1.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
MASTER_SITES= http://pyyaml.org/download/libyaml/
|
||||||
DISTNAME= yaml-${PORTVERSION}
|
DISTNAME= yaml-${PORTVERSION}
|
||||||
|
@ -17,6 +18,7 @@ MAINTAINER= jpaetzel@FreeBSD.org
|
||||||
COMMENT= A YAML 1.1 parser and emitter written in C
|
COMMENT= A YAML 1.1 parser and emitter written in C
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GNOME= gnomehack
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,5 +4,4 @@ lib/libyaml-0.so.2
|
||||||
lib/libyaml.a
|
lib/libyaml.a
|
||||||
lib/libyaml.so
|
lib/libyaml.so
|
||||||
lib/libyaml.la
|
lib/libyaml.la
|
||||||
lib/pkgconfig/yaml-0.1.pc
|
libdata/pkgconfig/yaml-0.1.pc
|
||||||
@dirrmtry lib/pkgconfig
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue