Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 16:20:44 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346549 - head/www/impresscms
Message-ID:  <201402281620.s1SGKiDW067135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 28 16:20:44 2014
New Revision: 346549
URL: http://svnweb.freebsd.org/changeset/ports/346549
QAT: https://qat.redports.org/buildarchive/r346549/

Log:
  - Stage support

Modified:
  head/www/impresscms/Makefile

Modified: head/www/impresscms/Makefile
==============================================================================
--- head/www/impresscms/Makefile	Fri Feb 28 16:20:30 2014	(r346548)
+++ head/www/impresscms/Makefile	Fri Feb 28 16:20:44 2014	(r346549)
@@ -16,19 +16,15 @@ NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 do-install:
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} htdocs ${WWWDIR}
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} extras ${WWWDIR}
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
-	@${CHMOD} -R 755 ${WWWDIR}
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} htdocs ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} extras ${STAGEDIR}${WWWDIR}
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
+	@${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}
 	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
 		>> ${TMPPLIST}
 	@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \
 		>> ${TMPPLIST}
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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