diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
commit | 1c7169ab74dcbb512e836e6882d91239ff49ddee (patch) | |
tree | 0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/jgnash | |
parent | 77d32abc6bdecb84ebc2838bdda3dec97fd8c650 (diff) | |
download | ports-1c7169ab74dcbb512e836e6882d91239ff49ddee.tar.gz ports-1c7169ab74dcbb512e836e6882d91239ff49ddee.zip |
Notes
Diffstat (limited to 'finance/jgnash')
-rw-r--r-- | finance/jgnash/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/jgnash/Makefile b/finance/jgnash/Makefile index 1a56475aff00..f021701bde2c 100644 --- a/finance/jgnash/Makefile +++ b/finance/jgnash/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jgnash -# Date created: 2009-12-27 -# Whom: Bernhard Froehlich <decke@bluelife.at> -# +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ -# PORTNAME= jgnash PORTVERSION= 2.10.0 @@ -27,6 +23,7 @@ JAVA_VENDOR= openjdk NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} @${CP} ${WRKSRC}/jgnash2.jar ${DATADIR} |