svn commit: r366844 - head/mail/roundcube-air

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 1 08:48:09 UTC 2014


Author: vanilla
Date: Mon Sep  1 08:48:08 2014
New Revision: 366844
URL: http://svnweb.freebsd.org/changeset/ports/366844
QAT: https://qat.redports.org/buildarchive/r366844/

Log:
  Stagify.

Modified:
  head/mail/roundcube-air/Makefile

Modified: head/mail/roundcube-air/Makefile
==============================================================================
--- head/mail/roundcube-air/Makefile	Mon Sep  1 07:59:33 2014	(r366843)
+++ head/mail/roundcube-air/Makefile	Mon Sep  1 08:48:08 2014	(r366844)
@@ -25,9 +25,8 @@ x-generate-plist: build
 		-e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
 		-e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list