diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-21 17:29:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-21 17:29:23 +0000 |
commit | 3dea99e48259078b83a0f8e8a37283cca49f207d (patch) | |
tree | 31ba0fd7de70bb701899308b7f1a9d5c24e98702 /Mk | |
parent | 6a9bf9dff6ea83d21a4e518be0910358685d5fcb (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/gem.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/gem.mk b/Mk/Uses/gem.mk index 6ea8c99166d3..3182f0afb319 100644 --- a/Mk/Uses/gem.mk +++ b/Mk/Uses/gem.mk @@ -36,7 +36,7 @@ DOC_DIR= ${GEMS_BASE_DIR}/doc CACHE_DIR= ${GEMS_BASE_DIR}/cache SPEC_DIR= ${GEMS_BASE_DIR}/specifications EXT_DIR= ${GEMS_BASE_DIR}/extensions -GEM_NAME?= ${PORTNAME}-${PORTVERSION} +GEM_NAME?= ${DISTNAME} GEM_LIB_DIR?= ${GEMS_DIR}/${GEM_NAME} GEM_DOC_DIR?= ${DOC_DIR}/${GEM_NAME} GEM_SPEC?= ${SPEC_DIR}/${GEM_NAME}.gemspec |