svn commit: r367840 - head/net-im/icmpchat

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:45:03 UTC 2014


Author: antoine
Date: Wed Sep 10 13:45:02 2014
New Revision: 367840
URL: http://svnweb.freebsd.org/changeset/ports/367840
QAT: https://qat.redports.org/buildarchive/r367840/

Log:
  Allow staging as a regular user

Modified:
  head/net-im/icmpchat/Makefile

Modified: head/net-im/icmpchat/Makefile
==============================================================================
--- head/net-im/icmpchat/Makefile	Wed Sep 10 13:41:57 2014	(r367839)
+++ head/net-im/icmpchat/Makefile	Wed Sep 10 13:45:02 2014	(r367840)
@@ -21,7 +21,7 @@ pre-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${STAGEDIR}${PREFIX}/bin
-	@${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/License ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/Problems ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list