From eab5c67431c9fb25201b76547590946e277c8e9e Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 13 May 2006 08:27:06 +0000 Subject: - make portlint happier --- textproc/rubygem-syntax/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc') 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 -- cgit