diff options
author | tota <tota@FreeBSD.org> | 2011-08-01 17:33:15 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-01 17:33:15 +0800 |
commit | 01e9fc57a33c8e850c4cd27a8118b429a5214d9d (patch) | |
tree | 93c38f43e0613d23f38eb06cb421e017c9114ea8 /japanese | |
parent | 213e659b13e6d47d8e0262877f68b5e1ad3401e6 (diff) | |
download | freebsd-ports-gnome-01e9fc57a33c8e850c4cd27a8118b429a5214d9d.tar.gz freebsd-ports-gnome-01e9fc57a33c8e850c4cd27a8118b429a5214d9d.tar.zst freebsd-ports-gnome-01e9fc57a33c8e850c4cd27a8118b429a5214d9d.zip |
- Fix PKGNAMEPREFIX
- Bump PORTREVISION
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/rubygem-jpmobile-ipaddresses/Makefile | 7 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile-terminfo/Makefile | 7 | ||||
-rw-r--r-- | japanese/rubygem-jpmobile/Makefile | 11 |
3 files changed, 19 insertions, 6 deletions
diff --git a/japanese/rubygem-jpmobile-ipaddresses/Makefile b/japanese/rubygem-jpmobile-ipaddresses/Makefile index d767db4cd027..4309662b2b3a 100644 --- a/japanese/rubygem-jpmobile-ipaddresses/Makefile +++ b/japanese/rubygem-jpmobile-ipaddresses/Makefile @@ -7,6 +7,7 @@ PORTNAME= jpmobile-ipaddresses PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= japanese www rubygems MASTER_SITES= RG @@ -19,4 +20,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem- + +.include <bsd.port.post.mk> diff --git a/japanese/rubygem-jpmobile-terminfo/Makefile b/japanese/rubygem-jpmobile-terminfo/Makefile index c7c6347d0c46..cc470ca700cf 100644 --- a/japanese/rubygem-jpmobile-terminfo/Makefile +++ b/japanese/rubygem-jpmobile-terminfo/Makefile @@ -7,6 +7,7 @@ PORTNAME= jpmobile-terminfo PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= japanese www rubygems MASTER_SITES= RG @@ -19,4 +20,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem- + +.include <bsd.port.post.mk> diff --git a/japanese/rubygem-jpmobile/Makefile b/japanese/rubygem-jpmobile/Makefile index f45e3fab7fa5..e29cc2a97893 100644 --- a/japanese/rubygem-jpmobile/Makefile +++ b/japanese/rubygem-jpmobile/Makefile @@ -7,6 +7,7 @@ PORTNAME= jpmobile PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= japanese www rubygems MASTER_SITES= RG @@ -25,18 +26,20 @@ OPTIONS= GEOKIT "Run with geokit" Off \ IPADDRESSES "IP address validation support" On \ TERMINFO "terminal information support" On -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}rubygem- .if !defined(WITHOUT_GEOKIT) RUN_DEPENDS+= rubygem-geokit>=1.5.0:${PORTSDIR}/graphics/rubygem-geokit .endif .if defined(WITH_IPADDRESSES) -RUN_DEPENDS+= ja-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses +RUN_DEPENDS+= ja-rubygem-jpmobile-ipaddresses>=0.0.1:${PORTSDIR}/japanese/rubygem-jpmobile-ipaddresses .endif .if defined(WITH_TERMINFO) -RUN_DEPENDS+= ja-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo +RUN_DEPENDS+= ja-rubygem-jpmobile-terminfo>=0.0.2:${PORTSDIR}/japanese/rubygem-jpmobile-terminfo .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |