aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-05 23:47:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-05 23:47:20 +0000
commitdf02d5209ebad34659ad203d9ba6d64b1ac8a462 (patch)
tree2b6511c338b736b348eba9add8b68cdd1fd64626
parent86ffb349d978118c69c0668cb6d1ed8646b49c5b (diff)
downloadports-df02d5209ebad34659ad203d9ba6d64b1ac8a462.tar.gz
ports-df02d5209ebad34659ad203d9ba6d64b1ac8a462.zip
math/geonext: Fix INDEX
-rw-r--r--math/geonext/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/geonext/Makefile b/math/geonext/Makefile
index 82f5761e258f..c3823eb3e02b 100644
--- a/math/geonext/Makefile
+++ b/math/geonext/Makefile
@@ -2,11 +2,6 @@ PORTNAME= geonext
PORTVERSION= 1.74
CATEGORIES+= math education graphics java
MASTER_SITES= http://geonext.uni-bayreuth.de/data/download/${PORTVERSION}/
-# For the slave ports
-.if ${WITH_LANG} != "en"
-PKGNAMEPREFIX= ${WITH_LANG}-
-.endif
-
DISTNAME= geonext.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -50,6 +45,11 @@ WITH_LANG= en
PLIST_SUB+= MASTER="@comment "
.endif
+# For the slave ports
+.if ${WITH_LANG} != "en"
+PKGNAMEPREFIX= ${WITH_LANG}-
+.endif
+
.include <bsd.port.pre.mk>
.if defined(MASTER)