svn commit: r354536 - head/databases/mywwwatcher

Vanilla I. Shu vanilla at FreeBSD.org
Mon May 19 12:55:10 UTC 2014


Author: vanilla
Date: Mon May 19 12:55:10 2014
New Revision: 354536
URL: http://svnweb.freebsd.org/changeset/ports/354536
QAT: https://qat.redports.org/buildarchive/r354536/

Log:
  Support staging.
  
  Approved by:	portmgr@

Modified:
  head/databases/mywwwatcher/Makefile

Modified: head/databases/mywwwatcher/Makefile
==============================================================================
--- head/databases/mywwwatcher/Makefile	Mon May 19 12:47:41 2014	(r354535)
+++ head/databases/mywwwatcher/Makefile	Mon May 19 12:55:10 2014	(r354536)
@@ -20,18 +20,11 @@ NO_BUILD=	yes
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${WWWDIR}
-	@${CP} -Rp ${WRKSRC}/* ${WWWDIR}
-	@${CHGRP} -R ${WWWGRP} ${WWWDIR}
-	@${CHMOD} 775 ${WWWDIR}/ini
-	@${CHMOD} 775 ${WWWDIR}/query_archive
-	@${ECHO_CMD} ""
-
-post-install:
-.if !defined(BATCH)
-	@${CAT} ${PKGMESSAGE}
-.endif
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	@${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
+	@${CHGRP} -R ${WWWGRP} ${STAGEDIR}${WWWDIR}
+	@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini
+	@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list