aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-04 13:21:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-04 13:21:17 +0000
commitf7f5de9089efe644bf1e6059516e33ae1d5da9ce (patch)
tree08d36f6ecb4f2a19872d12df0cf9533b2d94a27d /graphics/xfig
parent6bdc725c0212412b527b25d6eeb030ad07b01834 (diff)
downloadports-f7f5de9089efe644bf1e6059516e33ae1d5da9ce.tar.gz
ports-f7f5de9089efe644bf1e6059516e33ae1d5da9ce.zip
Remove _*OWNGRP, with staging it's not useful anymore
With hat: portmgr Original submission: bapt Exp-run: self
Notes
Notes: svn path=/head/; revision=385403
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 9979f20cf51e..08f87368c44e 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -28,9 +28,9 @@ INSTALL_TARGET= install install.libs
MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR}
MAKE_ARGS+= INSTALLFLAGS="${COPY}" \
- INSTPGMFLAGS="${STRIP} ${_BINOWNGRP} -m ${BINMODE}" \
- INSTDATFLAGS="${_SHROWNGRP} -m ${SHAREMODE}" \
- INSTMANFLAGS="${_MANOWNGRP} -m ${MANMODE}"
+ INSTPGMFLAGS="${STRIP} -m ${BINMODE}" \
+ INSTDATFLAGS="-m ${SHAREMODE}" \
+ INSTMANFLAGS="-m ${MANMODE}"
OPTIONS_DEFINE= GHOSTSCRIPT I18N DOCS
OPTIONS_DEFAULT= GHOSTSCRIPT I18N