aboutsummaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-08 15:16:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-08 15:16:47 +0000
commit67dd031a17390d16e51654d3e55fbc8222ffb2ad (patch)
tree0d39b695d07fbc88318418469f6e3b95fa2efb89 /textproc/groff
parent4d260e002da7c87ea2a8c547d64f9ccfad71521c (diff)
downloadports-67dd031a17390d16e51654d3e55fbc8222ffb2ad.tar.gz
ports-67dd031a17390d16e51654d3e55fbc8222ffb2ad.zip
Fix packaging as a user (pkg already set the proper owners)
Notes
Notes: svn path=/head/; revision=383574
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index d93d3d248f32..5062d50428ed 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -73,7 +73,7 @@ post-configure:
${SET_LATE_CONFIGURE_ARGS} \
if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
- INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \
+ INSTALL="/usr/bin/install -c" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_LIB="${INSTALL_LIB}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \