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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/rubygem-rugments/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/rubygem-rugments/Makefile b/textproc/rubygem-rugments/Makefile index 0d64cea7f7b8..7f0e057a0991 100644 --- a/textproc/rubygem-rugments/Makefile +++ b/textproc/rubygem-rugments/Makefile @@ -11,9 +11,7 @@ COMMENT= Simple, easy to extend drop in replacement for pygments LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -GEM_NAME= ${PORTNAME}-${DISTVERSION} NO_ARCH= yes - USE_RUBY= yes USES= gem |