svn commit: r346017 - head/www/closure-compiler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 25 14:59:32 UTC 2014


Author: sunpoet
Date: Tue Feb 25 14:59:31 2014
New Revision: 346017
URL: http://svnweb.freebsd.org/changeset/ports/346017
QAT: https://qat.redports.org/buildarchive/r346017/

Log:
  - Support STAGEDIR
  - While I'm here, use single space after WWW:
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/closure-compiler/Makefile
  head/www/closure-compiler/pkg-descr

Modified: head/www/closure-compiler/Makefile
==============================================================================
--- head/www/closure-compiler/Makefile	Tue Feb 25 14:57:07 2014	(r346016)
+++ head/www/closure-compiler/Makefile	Tue Feb 25 14:59:31 2014	(r346017)
@@ -22,10 +22,9 @@ PLIST_DIRSTRY=	%%DATADIR%%
 PLIST_FILES=	bin/closure-compiler \
 		%%DATADIR%%/compiler.jar
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}/
-	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}/
-	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin/
+	${MKDIR} ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${STAGEDIR}${DATADIR}/
+	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>

Modified: head/www/closure-compiler/pkg-descr
==============================================================================
--- head/www/closure-compiler/pkg-descr	Tue Feb 25 14:57:07 2014	(r346016)
+++ head/www/closure-compiler/pkg-descr	Tue Feb 25 14:59:31 2014	(r346017)
@@ -5,4 +5,4 @@ and warns about common JavaScript pitfal
 Google's JavaScript apps, including Gmail, Google Web Search, Google
 Maps, and Google Docs. 
 
-WWW:	http://code.google.com/closure/compiler/
+WWW: http://code.google.com/closure/compiler/


More information about the svn-ports-head mailing list