svn commit: r342777 - head/www/textpattern

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 16:59:38 UTC 2014


Author: miwi
Date: Wed Feb  5 16:59:37 2014
New Revision: 342777
URL: http://svnweb.freebsd.org/changeset/ports/342777
QAT: https://qat.redports.org/buildarchive/r342777/

Log:
  - Stage support

Modified:
  head/www/textpattern/Makefile

Modified: head/www/textpattern/Makefile
==============================================================================
--- head/www/textpattern/Makefile	Wed Feb  5 16:59:37 2014	(r342776)
+++ head/www/textpattern/Makefile	Wed Feb  5 16:59:37 2014	(r342777)
@@ -16,11 +16,9 @@ USE_PHP=	mbstring xml mysql pcre
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 do-install:
-	-${MKDIR} ${WWWDIR}
-	@${CP} -R ${WRKSRC}/ ${WWWDIR}/
-	@${CAT} ${PKGMESSAGE}
+	-${MKDIR} ${STAGEDIR}${WWWDIR}
+	@${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \


More information about the svn-ports-all mailing list