aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2007-06-24 01:56:38 +0800
committerlx <lx@FreeBSD.org>2007-06-24 01:56:38 +0800
commit080751a3c3cfa8e827cb7d1955823a235ee4f918 (patch)
treeef5e867a478ed16c09273b14c942515b1bb9c998 /security
parent1d0ea74a114eca90a5f47aa97a91b68934f0a5ee (diff)
downloadfreebsd-ports-gnome-080751a3c3cfa8e827cb7d1955823a235ee4f918.tar.gz
freebsd-ports-gnome-080751a3c3cfa8e827cb7d1955823a235ee4f918.tar.zst
freebsd-ports-gnome-080751a3c3cfa8e827cb7d1955823a235ee4f918.zip
Use MANPREFIX instead of PREFIX.
Diffstat (limited to 'security')
-rw-r--r--security/silktools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile
index 1f92ff8bbd3d..702843f365d8 100644
--- a/security/silktools/Makefile
+++ b/security/silktools/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= lzo:${PORTSDIR}/archivers/lzo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools \
- --mandir=${PREFIX}/man
+ --mandir=${MANPREFIX}/man
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
USE_LDCONFIG= yes