From fd8db87ed7529b38d0d0dda7f17fa64e20ba7037 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 23 Sep 2006 08:15:26 +0000 Subject: let users/porters define GEM_NAME in their Makefile PR: 102855 Approved by: maintainer --- devel/ruby-gems/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/ruby-gems') 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 -- cgit v1.2.3