diff options
-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 |