aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/LPRng/Makefile4
-rw-r--r--sysutils/apcupsd/Makefile5
-rw-r--r--sysutils/bacula-server-devel/Makefile1
-rw-r--r--sysutils/bacula-server/Makefile1
-rw-r--r--sysutils/cfengine/Makefile4
-rw-r--r--sysutils/cfengine3-legacy/Makefile4
-rw-r--r--sysutils/cfengine3/Makefile4
-rw-r--r--sysutils/coreutils/Makefile2
-rw-r--r--sysutils/dar/Makefile2
-rw-r--r--sysutils/e2fsprogs/Makefile4
-rw-r--r--sysutils/fusefs-funionfs/Makefile1
-rw-r--r--sysutils/ipa/Makefile2
-rw-r--r--sysutils/ipmitool/Makefile3
-rw-r--r--sysutils/lcdproc/Makefile4
-rw-r--r--sysutils/lire/Makefile1
-rw-r--r--sysutils/modules/Makefile2
-rw-r--r--sysutils/monit/Makefile1
-rw-r--r--sysutils/ncdu/Makefile1
-rw-r--r--sysutils/nut/Makefile1
-rw-r--r--sysutils/nut22/Makefile1
-rw-r--r--sysutils/smartmontools-devel/Makefile2
-rw-r--r--sysutils/smartmontools/Makefile2
-rw-r--r--sysutils/syslog-ng-devel/Makefile2
-rw-r--r--sysutils/syslog-ng/Makefile1
-rw-r--r--sysutils/syslog-ng1/Makefile1
-rw-r--r--sysutils/syslog-ng2/Makefile2
-rw-r--r--sysutils/syslog-ng3-devel/Makefile2
-rw-r--r--sysutils/syslog-ng3/Makefile2
-rw-r--r--sysutils/unieject/Makefile2
-rw-r--r--sysutils/userinfo/Makefile1
-rw-r--r--sysutils/xsi/Makefile3
31 files changed, 19 insertions, 49 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index 5f717fd87749..3e8e0e69782c 100644
--- a/sysutils/LPRng/Makefile
+++ b/sysutils/LPRng/Makefile
@@ -65,10 +65,6 @@ MAN8= lpc.8 checkpc.8 lpd.8
.include <bsd.port.pre.mk>
-.if ${PREFIX} == "/usr"
-CONFIGURE_ARGS+= --mandir="${PREFIX}/share/man"
-.endif
-
pre-everything::
@${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:"
@${ECHO_MSG} " make PORT_REPLACES_BASE_LPR=yes clean all install"
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index ee19bda2ed9e..1cdd5ed66a72 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -24,9 +24,8 @@ COMMENT= A daemon for controlling APC UPS
USE_GETTEXT= yes
USE_RC_SUBR= apcupsd
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --sbindir=${PREFIX}/sbin \
- --mandir=${MANPREFIX}/man \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \
--with-nologin=/var/run \
--disable-install-distdir \
--sysconfdir=${PREFIX}/etc/apcupsd \
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile
index 60e4904972f8..90d669cb7f81 100644
--- a/sysutils/bacula-server-devel/Makefile
+++ b/sysutils/bacula-server-devel/Makefile
@@ -37,7 +37,6 @@ CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \
--enable-smartalloc \
--with-working-dir=${BACULA_DIR} \
--with-scriptdir=${PREFIX}/share/${PORTNAME} \
- --mandir=${PREFIX}/man \
--with-readline=yes \
--disable-conio
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index b885eccf6aec..91aaaec18bcc 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -41,7 +41,6 @@ CONFIGURE_ARGS= --with-tcp-wrappers=/usr/lib \
--enable-smartalloc \
--with-working-dir=${BACULA_DIR} \
--with-scriptdir=${PREFIX}/share/${PORTNAME} \
- --mandir=${PREFIX}/man \
--with-readline=yes \
--disable-conio
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index b8c142a56fac..e174bd79f4fc 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/Makefile
@@ -22,9 +22,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-docs \
- --docdir=${DOCSDIR} \
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+ --docdir=${DOCSDIR}
CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} \
BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index b8c142a56fac..e174bd79f4fc 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/Makefile
@@ -22,9 +22,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-docs \
- --docdir=${DOCSDIR} \
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+ --docdir=${DOCSDIR}
CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} \
BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index b8c142a56fac..e174bd79f4fc 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/Makefile
@@ -22,9 +22,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-docs \
- --docdir=${DOCSDIR} \
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+ --docdir=${DOCSDIR}
CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} \
BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index e132735fd83a..55b1089266bf 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -22,7 +22,7 @@ USE_GCC= 3.4+
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --program-prefix=g --infodir=${PREFIX}/info --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index 27ebf9f86934..d62c4c824a89 100644
--- a/sysutils/dar/Makefile
+++ b/sysutils/dar/Makefile
@@ -18,7 +18,7 @@ USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} --disable-upx
+CONFIGURE_ARGS= --disable-build-html --datadir=${DATADIR} --disable-upx
CPPFLAGS= -DHAVE_DECL_GETOPT=0
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index afc2a6c2156e..3d891452e2a7 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -25,9 +25,7 @@ CONFIGURE_ARGS?= --disable-fsck --disable-e2initrd-helper \
'--with-ldopts=-L${LOCALBASE}/lib' \
--with-cc='${CC}' --with-linker='${LD}' \
--with-ccopts='${CFLAGS}' \
- --with-root-prefix='${PREFIX}'\
- --infodir=${PREFIX}/info \
- --mandir=${MANPREFIX}/man
+ --with-root-prefix='${PREFIX}'
# for unknown reasons, the assembly bitops cause SIGSEGV.
# _EXT2_USE_C_VERSIONS_ uses C bitops, these appear to work fine.
CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_'
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
index 8b3575186cbe..8eebdda6c71d 100644
--- a/sysutils/fusefs-funionfs/Makefile
+++ b/sysutils/fusefs-funionfs/Makefile
@@ -17,7 +17,6 @@ COMMENT= Union filesystem for the FUSE driver
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
GNU_CONFIGURE= yes
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile
index f1fa564d6109..cb3a3e14f069 100644
--- a/sysutils/ipa/Makefile
+++ b/sysutils/ipa/Makefile
@@ -32,8 +32,6 @@ OPTIONS= AUTORULES "Enable dynamic rules support" on \
.include <bsd.port.pre.mk>
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-
.if defined(WITHOUT_AUTORULES)
CONFIGURE_ARGS+= --disable-autorules
.endif
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile
index 00eaa429dc20..4190827c9208 100644
--- a/sysutils/ipmitool/Makefile
+++ b/sysutils/ipmitool/Makefile
@@ -20,8 +20,7 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --enable-intf-lan --enable-intf-lanplus \
- --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc \
- --mandir=${MANPREFIX}/man
+ --disable-intf-imb --disable-intf-lipmi --disable-intf-bmc
CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/ipmitool sbin/ipmievd
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile
index fc269f67e947..ac12f3bab51e 100644
--- a/sysutils/lcdproc/Makefile
+++ b/sysutils/lcdproc/Makefile
@@ -24,9 +24,7 @@ USE_RC_SUBR= LCDd lcdproc
CONFIGURE_ARGS= --enable-drivers=all \
--disable-ldap \
- --disable-doxygen \
- --mandir=${PREFIX}/man \
- --infodir=${PREFIX}/info
+ --disable-doxygen
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
MAN1= lcdexec.1 lcdproc.1
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile
index f9cba3379b00..61644f4cdf96 100644
--- a/sysutils/lire/Makefile
+++ b/sysutils/lire/Makefile
@@ -41,7 +41,6 @@ USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd"
-CONFIGURE_ARGS+="--mandir=${PREFIX}/man"
CONFIGURE_ENV= POD2MAN=${LOCALBASE}/bin/pod2man
MAN1= \
diff --git a/sysutils/modules/Makefile b/sysutils/modules/Makefile
index 72932c86715d..ae50d5c84f84 100644
--- a/sysutils/modules/Makefile
+++ b/sysutils/modules/Makefile
@@ -27,7 +27,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/Modules/@VERSION@ \
--without-x \
--with-version-path=${PREFIX}/Modules/versions \
- --mandir=${PREFIX}/man \
+ --mandir=${MANPREFIX}/man \
--with-tcl-version=${TCL_VER} \
--with-tcl-include=${LOCALBASE}/include/tcl${TCL_DVER} \
--with-tcl-libraries=${LOCALBASE}/lib/
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile
index 2181600694b6..5fa0e9aa7f2d 100644
--- a/sysutils/monit/Makefile
+++ b/sysutils/monit/Makefile
@@ -20,7 +20,6 @@ USE_GMAKE= yes
USE_BISON= yes
USE_RC_SUBR= monit.sh
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index 7037bc6de15c..c087a7fba6b2 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Ncurses du(1)
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile
index 44221c04776f..5b844e639101 100644
--- a/sysutils/nut/Makefile
+++ b/sysutils/nut/Makefile
@@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--localstatedir=${STATEDIR} \
--datadir=${PREFIX}/etc/nut \
- --mandir=${PREFIX}/man \
--with-drvpath=${PREFIX}/libexec/nut \
--with-statepath=${STATEDIR} \
--with-altpidpath=${STATEDIR} \
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index 44221c04776f..5b844e639101 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/Makefile
@@ -26,7 +26,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \
--localstatedir=${STATEDIR} \
--datadir=${PREFIX}/etc/nut \
- --mandir=${PREFIX}/man \
--with-drvpath=${PREFIX}/libexec/nut \
--with-statepath=${STATEDIR} \
--with-altpidpath=${STATEDIR} \
diff --git a/sysutils/smartmontools-devel/Makefile b/sysutils/smartmontools-devel/Makefile
index 130b29c884d0..ff734bcf9dfe 100644
--- a/sysutils/smartmontools-devel/Makefile
+++ b/sysutils/smartmontools-devel/Makefile
@@ -17,7 +17,7 @@ COMMENT= S.M.A.R.T. disk monitoring tools
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --mandir=${PREFIX}/man --enable-sample
+CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --enable-sample
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
SUB_FILES= pkg-message
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 130b29c884d0..ff734bcf9dfe 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -17,7 +17,7 @@ COMMENT= S.M.A.R.T. disk monitoring tools
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --mandir=${PREFIX}/man --enable-sample
+CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --enable-sample
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
SUB_FILES= pkg-message
diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile
index 934df4b430f6..80db879aa2a8 100644
--- a/sysutils/syslog-ng-devel/Makefile
+++ b/sysutils/syslog-ng-devel/Makefile
@@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
SUB_FILES= pkg-message
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
-CONFIGURE_ARGS= --enable-dynamic-linking --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --enable-dynamic-linking
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+=--enable-tcp-wrapper
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile
index ef4f794d4f12..3d36ef5a8460 100644
--- a/sysutils/syslog-ng/Makefile
+++ b/sysutils/syslog-ng/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/1.6/src/
MAINTAINER= lme@FreeBSD.org
COMMENT= A powerful syslogd replacement
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
GNU_CONFIGURE= yes
PKGMESSAGE= ${WRKDIR}/MESSAGE
USE_GCC= 3.3+
diff --git a/sysutils/syslog-ng1/Makefile b/sysutils/syslog-ng1/Makefile
index ef4f794d4f12..3d36ef5a8460 100644
--- a/sysutils/syslog-ng1/Makefile
+++ b/sysutils/syslog-ng1/Makefile
@@ -13,7 +13,6 @@ MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/1.6/src/
MAINTAINER= lme@FreeBSD.org
COMMENT= A powerful syslogd replacement
-CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
GNU_CONFIGURE= yes
PKGMESSAGE= ${WRKDIR}/MESSAGE
USE_GCC= 3.3+
diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile
index 934df4b430f6..80db879aa2a8 100644
--- a/sysutils/syslog-ng2/Makefile
+++ b/sysutils/syslog-ng2/Makefile
@@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
SUB_FILES= pkg-message
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
-CONFIGURE_ARGS= --enable-dynamic-linking --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --enable-dynamic-linking
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+=--enable-tcp-wrapper
diff --git a/sysutils/syslog-ng3-devel/Makefile b/sysutils/syslog-ng3-devel/Makefile
index 934df4b430f6..80db879aa2a8 100644
--- a/sysutils/syslog-ng3-devel/Makefile
+++ b/sysutils/syslog-ng3-devel/Makefile
@@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
SUB_FILES= pkg-message
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
-CONFIGURE_ARGS= --enable-dynamic-linking --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --enable-dynamic-linking
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+=--enable-tcp-wrapper
diff --git a/sysutils/syslog-ng3/Makefile b/sysutils/syslog-ng3/Makefile
index 934df4b430f6..80db879aa2a8 100644
--- a/sysutils/syslog-ng3/Makefile
+++ b/sysutils/syslog-ng3/Makefile
@@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
SUB_FILES= pkg-message
SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
-CONFIGURE_ARGS= --enable-dynamic-linking --mandir=${PREFIX}/man
+CONFIGURE_ARGS= --enable-dynamic-linking
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+=--enable-tcp-wrapper
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 0ae78f6a21c2..95b5c35ad013 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -30,7 +30,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lcdio -lconfuse
CONFIGURE_ENV= PKG_CONFIG="${TRUE}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \
- --with-libpopt-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man
+ --with-libpopt-prefix=${LOCALBASE}
post-patch:
${REINPLACE_CMD} -e 's#if.*<<<$$DOXYFORMATS#if false#' ${WRKSRC}/configure
diff --git a/sysutils/userinfo/Makefile b/sysutils/userinfo/Makefile
index d77fcea4486e..8f265ab4d06e 100644
--- a/sysutils/userinfo/Makefile
+++ b/sysutils/userinfo/Makefile
@@ -17,7 +17,6 @@ COMMENT= Show information about local users
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --mandir=${TARGETDIR}/man
MAN1= ui.1
MLINKS= ui.1 userinfo.1
diff --git a/sysutils/xsi/Makefile b/sysutils/xsi/Makefile
index 7b4cbc9c8b1d..c5948cf24296 100644
--- a/sysutils/xsi/Makefile
+++ b/sysutils/xsi/Makefile
@@ -18,8 +18,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
- --enable-user=_xsi
+CONFIGURE_ARGS+= --enable-user=_xsi
USE_RC_SUBR= xsi