summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pkgconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 2c64bf3d6435..8c3b3dee4c91 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pkgconf
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://distfiles.dereferenced.org/pkgconf/ \
http://files.etoilebsd.net/pkgconf/
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
TEST_TARGET= check
-CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/lib/pkgconfig:${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \
+CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:${PREFIX}/lib/pkgconfig:/usr/libdata/pkgconfig \
--with-system-libdir=/usr/lib \
--with-system-includedir=/usr/include
MAKE_ARGS= MANDIR="${MAN1PREFIX}/man/man1"