let users/porters define GEM_NAME in their Makefile

PR:		102855
Approved by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2006-09-23 08:15:26 +00:00
parent bfd251c595
commit fd8db87ed7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173636

View File

@ -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