aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gems
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-09-23 08:15:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-09-23 08:15:26 +0000
commitfd8db87ed7529b38d0d0dda7f17fa64e20ba7037 (patch)
treebdef5d53be21a5248b284d6898dfae3bf1752a14 /devel/ruby-gems
parentbfd251c595b5821d21dae26abc567b776b46f27e (diff)
downloadports-fd8db87ed7529b38d0d0dda7f17fa64e20ba7037.tar.gz
ports-fd8db87ed7529b38d0d0dda7f17fa64e20ba7037.zip
Notes
Diffstat (limited to 'devel/ruby-gems')
-rw-r--r--devel/ruby-gems/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-gems/Makefile.common b/devel/ruby-gems/Makefile.common
index d917592f47ba..78b871f319a0 100644
--- a/devel/ruby-gems/Makefile.common
+++ b/devel/ruby-gems/Makefile.common
@@ -18,7 +18,7 @@ GEMS_DIR= ${GEMS_BASE_DIR}/gems
DOC_DIR= ${GEMS_BASE_DIR}/doc
CACHE_DIR= ${GEMS_BASE_DIR}/cache
SPEC_DIR= ${GEMS_BASE_DIR}/specifications
-GEM_NAME= ${PORTNAME}-${PORTVERSION}
+GEM_NAME?= ${PORTNAME}-${PORTVERSION}
GEM_LIB_DIR= ${GEMS_DIR}/${GEM_NAME}
GEM_DOC_DIR= ${DOC_DIR}/${GEM_NAME}
GEM_SPEC= ${SPEC_DIR}/${GEM_NAME}.gemspec