diff options
Diffstat (limited to 'graphics/ditaa/Makefile')
-rw-r--r-- | graphics/ditaa/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/ditaa/Makefile b/graphics/ditaa/Makefile index 9681da31e893..dd3bbbc92def 100644 --- a/graphics/ditaa/Makefile +++ b/graphics/ditaa/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ditta -# Date created: 2011.05.03 -# Whom: Aldis Berjoza <aldis@bsdroot.lv> -# +# Created by: Aldis Berjoza <aldis@bsdroot.lv> # $FreeBSD$ -# PORTNAME= ditaa DISTVERSION= 0_9 @@ -25,6 +21,7 @@ NO_BUILD= YES PLIST_FILES= %%JAVASHAREDIR%%/${PORTNAME}/${PORTNAME}.jar bin/${PORTNAME} PLIST_DIRS= %%JAVASHAREDIR%%/${PORTNAME} +NO_STAGE= yes pre-install: ${ECHO} "#!/bin/sh" > ${WRKDIR}/${PORTNAME}.sh ${ECHO} "${PREFIX}/bin/java -jar ${JAVASHAREDIR}/${PORTNAME}/${PORTNAME}.jar \$$*" >> ${WRKDIR}/${PORTNAME}.sh |