svn commit: r383574 - head/textproc/groff

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 8 15:16:48 UTC 2015


Author: bapt
Date: Wed Apr  8 15:16:47 2015
New Revision: 383574
URL: https://svnweb.freebsd.org/changeset/ports/383574

Log:
  Fix packaging as a user (pkg already set the proper owners)

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Wed Apr  8 15:15:26 2015	(r383573)
+++ head/textproc/groff/Makefile	Wed Apr  8 15:16:47 2015	(r383574)
@@ -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}" \


More information about the svn-ports-all mailing list