aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2006-09-23 16:15:26 +0800
committerijliao <ijliao@FreeBSD.org>2006-09-23 16:15:26 +0800
commitf59292e25aebd9f0b8d61544e22aaa7c9085807c (patch)
treec4aefbf7088211726c4a03c376065b2446b765e0
parent57ceedcd828f204b2aa9646d56cf1a7284015e41 (diff)
downloadfreebsd-ports-gnome-f59292e25aebd9f0b8d61544e22aaa7c9085807c.tar.gz
freebsd-ports-gnome-f59292e25aebd9f0b8d61544e22aaa7c9085807c.tar.zst
freebsd-ports-gnome-f59292e25aebd9f0b8d61544e22aaa7c9085807c.zip
let users/porters define GEM_NAME in their Makefile
PR: 102855 Approved by: maintainer
-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