diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
commit | 939eab9dd083f1ded04b0cee7244d050e4260d2a (patch) | |
tree | 535eb5cc0b733088584c84d1c018df3c8376f98d /devel/ruby-slang | |
parent | Point 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 'devel/ruby-slang')
-rw-r--r-- | devel/ruby-slang/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index 729dfdcdd20a..497a78429ff0 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -9,6 +9,7 @@ PORTNAME= slang PORTVERSION= 0.33.a CATEGORIES+= devel ruby MASTER_SITES= http://kondara.sdri.co.jp/~kikutani/ +PKGNAMEPREFIX= ruby- DISTNAME= ${PORTNAME}lib DIST_SUBDIR= ruby @@ -39,12 +40,6 @@ DOCS_JA= README.euc .include <bsd.port.pre.mk> -.if defined(PKGNAMEPREFIX) -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby- -.else -PKGNAMEPREFIX= ruby- -.endif - do-configure: @cd ${WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS} |