diff options
author | krion <krion@FreeBSD.org> | 2004-03-20 00:21:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-20 00:21:38 +0800 |
commit | 421b88d01be0f73cdacd32a5fb129fee7e0af9a9 (patch) | |
tree | 00b470fa04510418b5d65be6d2781d409af1da14 /japanese/ruby-ming | |
parent | bd1801313900b0716af8a5d396aa5d5404851efe (diff) | |
download | freebsd-ports-gnome-421b88d01be0f73cdacd32a5fb129fee7e0af9a9.tar.gz freebsd-ports-gnome-421b88d01be0f73cdacd32a5fb129fee7e0af9a9.tar.zst freebsd-ports-gnome-421b88d01be0f73cdacd32a5fb129fee7e0af9a9.zip |
- Utilize RUBY_PKGNAMEPREFIX
PR: ports/64463
Submitted by: maintainer
Diffstat (limited to 'japanese/ruby-ming')
-rw-r--r-- | japanese/ruby-ming/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/ruby-ming/Makefile b/japanese/ruby-ming/Makefile index 9dde24f84a9b..554f5097274e 100644 --- a/japanese/ruby-ming/Makefile +++ b/japanese/ruby-ming/Makefile @@ -6,6 +6,7 @@ # CATEGORIES= japanese +PKGNAMEPREFIX= ja-${RUBY_PKGNAMEPREFIX} COMMENT= Yet another Ming module for Ruby built with Japanese support @@ -14,5 +15,3 @@ LIB_DEPENDS= ming.3:${PORTSDIR}/japanese/ming MASTERDIR= ${.CURDIR}/../../graphics/ruby-ming .include "${MASTERDIR}/Makefile" - -PKGNAMEPREFIX= ja-ruby- |