svn commit: r367428 - head/ports-mgmt/portsearch/files

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:13:26 UTC 2014


Author: antoine
Date: Sat Sep  6 13:13:25 2014
New Revision: 367428
URL: http://svnweb.freebsd.org/changeset/ports/367428
QAT: https://qat.redports.org/buildarchive/r367428/

Log:
  Allow staging as a regular user

Modified:
  head/ports-mgmt/portsearch/files/patch-Makefile

Modified: head/ports-mgmt/portsearch/files/patch-Makefile
==============================================================================
--- head/ports-mgmt/portsearch/files/patch-Makefile	Sat Sep  6 13:12:23 2014	(r367427)
+++ head/ports-mgmt/portsearch/files/patch-Makefile	Sat Sep  6 13:13:25 2014	(r367428)
@@ -7,9 +7,9 @@
 -	${INSTALL_PROGRAM} src/portsearch ${PREFIX}/bin/
 -	${MKDIR} ${DATADIR}
 -	${INSTALL_DATA} Mk/Makefile ${DATADIR}/
-+	${INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/
++	${BSD_INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/
 +	${MKDIR} $(DESTDIR)${DATADIR}
-+	${INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/
++	${BSD_INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/
  
  .include "Makefile.var"
  


More information about the svn-ports-head mailing list