svn commit: r367513 - head/sysutils/jtop/files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:07:05 UTC 2014


Author: antoine
Date: Sun Sep  7 11:07:04 2014
New Revision: 367513
URL: http://svnweb.freebsd.org/changeset/ports/367513
QAT: https://qat.redports.org/buildarchive/r367513/

Log:
  Allow staging as a regular user

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

Modified: head/sysutils/jtop/files/patch-Makefile
==============================================================================
--- head/sysutils/jtop/files/patch-Makefile	Sun Sep  7 11:04:57 2014	(r367512)
+++ head/sysutils/jtop/files/patch-Makefile	Sun Sep  7 11:07:04 2014	(r367513)
@@ -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