Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2014 12:55:10 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354536 - head/databases/mywwwatcher
Message-ID:  <201405191255.s4JCtALI016957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405191255.s4JCtALI016957>