svn commit: r344777 - head/www/gregarius

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 15:09:19 UTC 2014


Author: miwi
Date: Mon Feb 17 15:09:18 2014
New Revision: 344777
URL: http://svnweb.freebsd.org/changeset/ports/344777
QAT: https://qat.redports.org/buildarchive/r344777/

Log:
  - Stage support

Modified:
  head/www/gregarius/Makefile

Modified: head/www/gregarius/Makefile
==============================================================================
--- head/www/gregarius/Makefile	Mon Feb 17 15:08:45 2014	(r344776)
+++ head/www/gregarius/Makefile	Mon Feb 17 15:09:18 2014	(r344777)
@@ -14,9 +14,8 @@ USE_PHP=	gettext iconv mbstring session 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	${CP} -R ${WRKSRC}/ ${WWWDIR}
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list