aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-08-27 14:13:35 +0800
committerknu <knu@FreeBSD.org>2000-08-27 14:13:35 +0800
commitba3f4c168bdcec8c57c710d39e08ba5911f1df12 (patch)
treea75157079a1907836c52efe4404b27e4e52c6f5c /german
parentad56804431bd84013ec6cf20ba0b9d5366990992 (diff)
downloadfreebsd-ports-gnome-ba3f4c168bdcec8c57c710d39e08ba5911f1df12.tar.gz
freebsd-ports-gnome-ba3f4c168bdcec8c57c710d39e08ba5911f1df12.tar.zst
freebsd-ports-gnome-ba3f4c168bdcec8c57c710d39e08ba5911f1df12.zip
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from: ports list, PW
Diffstat (limited to 'german')
-rw-r--r--german/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/german/Makefile.inc b/german/Makefile.inc
index 66710e6c53e4..b216180181f0 100644
--- a/german/Makefile.inc
+++ b/german/Makefile.inc
@@ -1,4 +1,8 @@
# $FreeBSD$
#
-PKGNAMEPREFIX?= de-
+.if defined(PKGNAMEPREFIX)
+PKGNAMEPREFIX:= de-${PKGNAMEPREFIX}
+.else
+PKGNAMEPREFIX= de-
+.endif