mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Use /var/log for logdir
PR: 196626 Reported by: Jordan Irwin <antumdeluge@gmail.com>
This commit is contained in:
parent
c51cd3516f
commit
abfef89cae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377877
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user