diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-01 09:28:42 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-01 09:28:42 +0800 |
commit | 2c70a209e12857da7e38eaf1e11394f9f0c17c51 (patch) | |
tree | 69a470d5b3f3a5505cd1d5a3e1ec31fbc2aae937 /devel | |
parent | aaa8b5e9de203c466c65b46cef617c370eee5616 (diff) | |
download | freebsd-ports-gnome-2c70a209e12857da7e38eaf1e11394f9f0c17c51.tar.gz freebsd-ports-gnome-2c70a209e12857da7e38eaf1e11394f9f0c17c51.tar.zst freebsd-ports-gnome-2c70a209e12857da7e38eaf1e11394f9f0c17c51.zip |
devel/pkgconf doesn't search under lib/pkgconfig by default
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libxo/Makefile | 3 | ||||
-rw-r--r-- | devel/libxo/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libxo/Makefile b/devel/libxo/Makefile index c5d662be3318..4f25a59d1b2d 100644 --- a/devel/libxo/Makefile +++ b/devel/libxo/Makefile @@ -2,6 +2,7 @@ PORTNAME= libxo PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/ @@ -11,7 +12,7 @@ COMMENT= Library to generate text, XML, JSON, and HTML output LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/Copyright -USES= autoreconf gmake libtool perl5 +USES= autoreconf gmake libtool pathfix perl5 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_PERL5= run diff --git a/devel/libxo/pkg-plist b/devel/libxo/pkg-plist index 12c95c61cc3a..e1b88aefaff3 100644 --- a/devel/libxo/pkg-plist +++ b/devel/libxo/pkg-plist @@ -19,7 +19,7 @@ lib/libxo/encoder/libenc_test.so lib/libxo/encoder/libenc_test.so.0 lib/libxo/encoder/libenc_test.so.0.0.0 lib/libxo/encoder/test.enc -lib/pkgconfig/libxo.pc +libdata/pkgconfig/libxo.pc man/man1/xo.1.gz man/man1/xohtml.1.gz man/man1/xolint.1.gz |