Skip to content

Commit

Permalink
math/geonext: Fix INDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Nov 5, 2023
1 parent 86ffb34 commit df02d52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions math/geonext/Makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit df02d52

Please sign in to comment.