git: df02d5209eba - main - math/geonext: Fix INDEX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Nov 2023 23:47:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=df02d5209ebad34659ad203d9ba6d64b1ac8a462 commit df02d5209ebad34659ad203d9ba6d64b1ac8a462 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-11-05 23:47:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-11-05 23:47:20 +0000 math/geonext: Fix INDEX --- math/geonext/Makefile | 10 +++++----- 1 file 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)