summaryrefslogtreecommitdiff
path: root/sysutils/dar
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-14 20:38:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-14 20:38:12 +0000
commitdaa1614e82f64ec54641c60225eeffb492459098 (patch)
tree42a30a1c3221cc6c37f017fd32ae430e239d59b0 /sysutils/dar
parent- Fix rc script to have overridable apache_flags and apache_pidfile (diff)
- Disable UPX packing of installed files (helps people who got upx installed)
PR: ports/108149 Reported by: Chris Calvey <chris@securityforensics.yi.org>
Notes
Notes: svn path=/head/; revision=187401
Diffstat (limited to 'sysutils/dar')
-rw-r--r--sysutils/dar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile
index 90e933ec75ad..6bc3d5253edf 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}
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} --disable-upx
CPPFLAGS= -DHAVE_DECL_GETOPT=0