diff options
Diffstat (limited to 'www/jspacker/Makefile')
-rw-r--r-- | www/jspacker/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/jspacker/Makefile b/www/jspacker/Makefile index 26eac834efc8..a969f320775b 100644 --- a/www/jspacker/Makefile +++ b/www/jspacker/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jspacker -# Date created: 2009-07-04 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jspacker DISTVERSION= 1.00b @@ -28,6 +24,7 @@ SUB_FILES= ${PORTNAME} SUB_LIST= JSPACKER=${JSPACKER} \ PERL5=${PERL5} +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${DATADIR} && \ |