diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-09-23 16:15:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-09-23 16:15:26 +0800 |
commit | f59292e25aebd9f0b8d61544e22aaa7c9085807c (patch) | |
tree | c4aefbf7088211726c4a03c376065b2446b765e0 | |
parent | 57ceedcd828f204b2aa9646d56cf1a7284015e41 (diff) | |
download | freebsd-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.common | 2 |
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 |