diff options
author | vs <vs@FreeBSD.org> | 2004-11-22 20:34:27 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-22 20:34:27 +0800 |
commit | 37a95863c22249d8aca0f0ee0b2162ccce791849 (patch) | |
tree | a1b4ab67880fe19c829450598bd7592e3f1f4de3 /german | |
parent | 46f8cd79f4d23b1aaa3e57396376a48c3239d91c (diff) | |
download | freebsd-ports-gnome-37a95863c22249d8aca0f0ee0b2162ccce791849.tar.gz freebsd-ports-gnome-37a95863c22249d8aca0f0ee0b2162ccce791849.tar.zst freebsd-ports-gnome-37a95863c22249d8aca0f0ee0b2162ccce791849.zip |
Really build german version
PR: ports/72837
Submitted by: maintainer
Diffstat (limited to 'german')
-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 |