diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-22 12:34:27 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-22 12:34:27 +0000 |
commit | 1b5cb1743e9d10abca30f31b81d0b41cd9b16478 (patch) | |
tree | 79492373b50a97ec7fcac1a748cebfa936722d32 /german/geonext | |
parent | 80b378dd841c3571a807e4be6e3046e5dcc9de1e (diff) | |
download | freebsd-ports-1b5cb1743e9d10abca30f31b81d0b41cd9b16478.zip |
Really build german version
PR: ports/72837
Submitted by: maintainer
Diffstat (limited to 'german/geonext')
-rw-r--r-- | german/geonext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/geonext/Makefile b/german/geonext/Makefile index 07c56b520a33..f339ee722602 100644 --- a/german/geonext/Makefile +++ b/german/geonext/Makefile @@ -7,9 +7,9 @@ PORTNAME= geonext PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= german MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/ -PKGNAMEPREFIX?= de- DISTNAME= geonext.${PORTVERSION} EXTRACT_SUFX= .zip @@ -31,7 +31,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DATA} ${GLOCATE} cd ${WRKSRC} && ${INSTALL_DATA} ${IMG} ${GLOCATE} @${ECHO_MSG} '#!/bin/sh' > ${GLOCATE}/${GNAME} - @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext&'\ + @${ECHO_MSG} '${JAVA} -cp ${GLOCATE}/geonext.jar geonext/Geonext language=de&'\ >>${GLOCATE}/${GNAME} ${CHMOD} a+x ${GLOCATE}/${GNAME} ${LN} ${GLOCATE}/${GNAME} ${GLOCATE}/geonext |