aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/dpkg
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-01-25 19:03:01 +0800
committerpawel <pawel@FreeBSD.org>2015-01-25 19:03:01 +0800
commitb4393a81cef7dc069c90835a170149a9c782519d (patch)
tree508a709c4097a0f9a3f991916549e335339549ef /archivers/dpkg
parentec9e00dd338d4b027b07a15642691a5ddd4ab29b (diff)
downloadfreebsd-ports-gnome-b4393a81cef7dc069c90835a170149a9c782519d.tar.gz
freebsd-ports-gnome-b4393a81cef7dc069c90835a170149a9c782519d.tar.zst
freebsd-ports-gnome-b4393a81cef7dc069c90835a170149a9c782519d.zip
Use /var/log for logdir
PR: 196626 Reported by: Jordan Irwin <antumdeluge@gmail.com>
Diffstat (limited to 'archivers/dpkg')
-rw-r--r--archivers/dpkg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile
index 2a68f8c679f3..4fcea6f5429a 100644
--- a/archivers/dpkg/Makefile
+++ b/archivers/dpkg/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dpkg
PORTVERSION= 1.17.23
+PORTREVISION= 1
CATEGORIES= archivers sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= dpkg_${PORTVERSION}
@@ -31,7 +32,7 @@ SUB_LIST+= DPKGDIR=${DPKGDIR}
CONFIGURE_ARGS+=--with-admindir=${DPKGDIR} --libdir=${PREFIX}/libexec \
--program-transform-name="" --with-libintl-prefix=${LOCALBASE} \
- --disable-compiler-warnings
+ --disable-compiler-warnings --with-logdir=/var/log
CONFIGURE_ENV+= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}"
OPTIONS_DEFINE= NLS