diff options
Diffstat (limited to 'www/rubygem-rubyfulsoup/Makefile')
-rw-r--r-- | www/rubygem-rubyfulsoup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-rubyfulsoup/Makefile b/www/rubygem-rubyfulsoup/Makefile index 303aff8a998a..756f818b44a4 100644 --- a/www/rubygem-rubyfulsoup/Makefile +++ b/www/rubygem-rubyfulsoup/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.0.4 CATEGORIES= www textproc rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= rubyfulsoup -DISTNAME= rubyful_soup-${PORTVERSION} +DISTNAME= ${GEM_NAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby port of the HTML/XML parser Beautiful Soup @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/htmltools-1.10.gemspec:${PORTSDIR}/textp RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes +GEM_NAME= rubyful_soup-${PORTVERSION} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" |