diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-23 07:51:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-23 07:51:39 +0000 |
commit | fcc1e9aaafab3acb7350193592329c5f13e2d066 (patch) | |
tree | 6d1b790240ed4bd93579485d4fac913920fdd110 /devel | |
parent | Update MASTER_SITES (diff) |
Fix recursive PKGNAMEPREFIX reference.
Found by: Dan Langille <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=31888
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-slang/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index 1be38e1244c8..729dfdcdd20a 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -39,7 +39,11 @@ DOCS_JA= README.euc .include <bsd.port.pre.mk> +.if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby- +.else +PKGNAMEPREFIX= ruby- +.endif do-configure: @cd ${WRKSRC}; \ |