diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-05-13 16:27:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-05-13 16:27:06 +0800 |
commit | eab5c67431c9fb25201b76547590946e277c8e9e (patch) | |
tree | 1637e63f9a6f07d01fa0279a67df3df9dec7a725 /textproc | |
parent | e8a4db4a0ed24629f65d6abe1102c7bd7bbcb65c (diff) | |
download | freebsd-ports-gnome-eab5c67431c9fb25201b76547590946e277c8e9e.tar.gz freebsd-ports-gnome-eab5c67431c9fb25201b76547590946e277c8e9e.tar.zst freebsd-ports-gnome-eab5c67431c9fb25201b76547590946e277c8e9e.zip |
- make portlint happier
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-syntax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index b692a004f193..fcc69aac6ba0 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -8,6 +8,7 @@ PORTNAME= syntax PORTVERSION= 1.0.0 CATEGORIES= textproc rubygems MASTER_SITES= http://rubyforge.org/frs/download.php/4953/ +PKGNAMEPREFIX= rubygem- MAINTAINER= dinoex@FreeBSD.org COMMENT= A module for using Systax highlighting in Ruby @@ -19,8 +20,6 @@ COMMENT= A module for using Systax highlighting in Ruby BUILD_DEPENDS+= ${RUBYGEMBIN}:${PORTSDIR}/devel/ruby-gems RUN_DEPENDS+= ${BUILD_DEPENDS} -PKGNAMEPREFIX= rubygem- - REV= 1.8 GEMS_BASE_DIR= lib/ruby/gems/${REV} GEMS_DIR= ${GEMS_BASE_DIR}/gems |