diff options
Diffstat (limited to 'www/closure-compiler')
-rw-r--r-- | www/closure-compiler/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/closure-compiler/Makefile b/www/closure-compiler/Makefile index 29648aa8b05d..5034f3229e9f 100644 --- a/www/closure-compiler/Makefile +++ b/www/closure-compiler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: closure-compiler -# Date created: 2009-11-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= closure-compiler PORTVERSION= 20120430 @@ -26,6 +22,7 @@ PLIST_DIRSTRY= %%DATADIR%% PLIST_FILES= bin/closure-compiler \ %%DATADIR%%/compiler.jar +NO_STAGE= yes do-install: ${MKDIR} ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}/ |