diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 03:03:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 03:03:19 +0800 |
commit | 7caf56f85f446b800afe03631abd9805d8bfb7ed (patch) | |
tree | 375898e2a67efcbded9728f07ac955c11dff0133 /x11-fonts/sourcecodepro-ttf/Makefile | |
parent | 21100d769d57fa7dc4fdb0b4c5431e596c2e2204 (diff) | |
download | freebsd-ports-graphics-7caf56f85f446b800afe03631abd9805d8bfb7ed.tar.gz freebsd-ports-graphics-7caf56f85f446b800afe03631abd9805d8bfb7ed.tar.zst freebsd-ports-graphics-7caf56f85f446b800afe03631abd9805d8bfb7ed.zip |
- Cleanup GH_* knobs: use DISTVERSIONSUFFIX
Diffstat (limited to 'x11-fonts/sourcecodepro-ttf/Makefile')
-rw-r--r-- | x11-fonts/sourcecodepro-ttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/sourcecodepro-ttf/Makefile b/x11-fonts/sourcecodepro-ttf/Makefile index 35f7bedbe75..4855043db45 100644 --- a/x11-fonts/sourcecodepro-ttf/Makefile +++ b/x11-fonts/sourcecodepro-ttf/Makefile @@ -3,6 +3,7 @@ PORTNAME= sourcecodepro-ttf PORTVERSION= 1.017 +DISTVERSIONSUFFIX= R PORTREVISION= 1 CATEGORIES= x11-fonts @@ -20,7 +21,6 @@ SUB_FILES= pkg-message GH_ACCOUNT= adobe-fonts GH_PROJECT= source-code-pro -GH_TAGNAME= ${PORTVERSION}R USE_GITHUB= yes do-install: |