diff options
author | knu <knu@FreeBSD.org> | 2000-08-27 14:13:35 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-27 14:13:35 +0800 |
commit | ba3f4c168bdcec8c57c710d39e08ba5911f1df12 (patch) | |
tree | a75157079a1907836c52efe4404b27e4e52c6f5c /japanese/ruby-uconv/Makefile | |
parent | ad56804431bd84013ec6cf20ba0b9d5366990992 (diff) | |
download | freebsd-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 'japanese/ruby-uconv/Makefile')
-rw-r--r-- | japanese/ruby-uconv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile index c9a9cf73b538..451990937b84 100644 --- a/japanese/ruby-uconv/Makefile +++ b/japanese/ruby-uconv/Makefile @@ -11,6 +11,7 @@ CATEGORIES= japanese converters ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.bekkoame.ne.jp/~yoshidam/ MASTER_SITE_SUBDIR= knu +PKGNAMEPREFIX= ruby- DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -30,10 +31,6 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml \ trilang.xml unicode2euc.rb xmlconv.rb -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby- - do-configure: @cd ${WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb @@ -49,4 +46,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.ja ${PREFIX}/share/doc/ruby/uconv/ja/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |