diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-22 01:29:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-22 01:29:23 +0800 |
commit | d653ce49b82a1d035ff2ed8cd7475f48cdda9d4e (patch) | |
tree | 31ba0fd7de70bb701899308b7f1a9d5c24e98702 /Mk/Uses | |
parent | f795979ce6533df741ae1c0ed4c25771c7c837d7 (diff) | |
download | freebsd-ports-gnome-d653ce49b82a1d035ff2ed8cd7475f48cdda9d4e.tar.gz freebsd-ports-gnome-d653ce49b82a1d035ff2ed8cd7475f48cdda9d4e.tar.zst freebsd-ports-gnome-d653ce49b82a1d035ff2ed8cd7475f48cdda9d4e.zip |
Update default GEM_NAME
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile
Differential Revision: https://reviews.FreeBSD.org/D9250
PR: 216267
Exp-run by: antoine
Diffstat (limited to 'Mk/Uses')
-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 |