summaryrefslogtreecommitdiff
path: root/hebrew/Makefile.inc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
commit939eab9dd083f1ded04b0cee7244d050e4260d2a (patch)
tree535eb5cc0b733088584c84d1c018df3c8376f98d /hebrew/Makefile.inc
parentPoint people at a different webpage as this one has the TIS Firewall (diff)
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from: ports list, PW
Notes
Notes: svn path=/head/; revision=32029
Diffstat (limited to 'hebrew/Makefile.inc')
-rw-r--r--hebrew/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/hebrew/Makefile.inc b/hebrew/Makefile.inc
index b0a5ffcb91fe..e4c1713bf2f2 100644
--- a/hebrew/Makefile.inc
+++ b/hebrew/Makefile.inc
@@ -1,4 +1,8 @@
# $FreeBSD$
#
-PKGNAMEPREFIX?= iw-
+.if defined(PKGNAMEPREFIX)
+PKGNAMEPREFIX:= iw-${PKGNAMEPREFIX}
+.else
+PKGNAMEPREFIX= iw-
+.endif