svn commit: r367678 - head/sysutils/jkill/files

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 19:14:53 UTC 2014


Author: antoine
Date: Mon Sep  8 19:14:52 2014
New Revision: 367678
URL: http://svnweb.freebsd.org/changeset/ports/367678
QAT: https://qat.redports.org/buildarchive/r367678/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/jkill/files/patch-Makefile

Modified: head/sysutils/jkill/files/patch-Makefile
==============================================================================
--- head/sysutils/jkill/files/patch-Makefile	Mon Sep  8 19:10:54 2014	(r367677)
+++ head/sysutils/jkill/files/patch-Makefile	Mon Sep  8 19:14:52 2014	(r367678)
@@ -6,8 +6,8 @@
  install: all
 -	${INSTALL_BIN} ${PKG} ${PFX}/bin
 -	${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz ${PFX}/${MAN_DIR}
-+	${INSTALL_BIN} ${PKG} $(DESTDIR)${PFX}/bin
-+	${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
++	${BSD_INSTALL_SCRIPT} ${PKG} $(DESTDIR)${PFX}/bin
++	${BSD_INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
  
  deinstall:
  	${RM} -f ${PFX}/bin/${PKG}


More information about the svn-ports-head mailing list