aboutsummaryrefslogtreecommitdiff
path: root/japanese/rubygem-jpmobile-ipaddresses
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-01 09:33:15 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-01 09:33:15 +0000
commit2a6d8dfaa4f737233ddaa27750272e84ada0d4be (patch)
treec63ea7f67a0c3433042d783be5d2ec64e432712b /japanese/rubygem-jpmobile-ipaddresses
parent09ca3c957fbf3624a851d63eab21a44c2e3eafb4 (diff)
downloadports-2a6d8dfaa4f737233ddaa27750272e84ada0d4be.tar.gz
ports-2a6d8dfaa4f737233ddaa27750272e84ada0d4be.zip
- Fix PKGNAMEPREFIX
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=278701
Diffstat (limited to 'japanese/rubygem-jpmobile-ipaddresses')
-rw-r--r--japanese/rubygem-jpmobile-ipaddresses/Makefile7
1 files changed, 6 insertions, 1 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>