summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-06-23 17:56:38 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-06-23 17:56:38 +0000
commit6cc3ff66b3444c17005b8f0b9b99976a2d9ac1c7 (patch)
tree84926d09391b62e4ae9c814b048ae643659bb89a
parentUpdate to 0.6.20. (diff)
Use MANPREFIX instead of PREFIX.
Notes
Notes: svn path=/head/; revision=194134
-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