diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-19 19:58:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-03-19 19:58:58 +0000 |
commit | aa959c5677de2dbb3d3134b9d1379208770d4fb9 (patch) | |
tree | 082bc8129a8e13c967affa1d670c0026a90f63a4 /textproc/cdiff/Makefile | |
parent | 5bc492ae8807d423a0b42372b32438812b849127 (diff) |
Notes
Diffstat (limited to 'textproc/cdiff/Makefile')
-rw-r--r-- | textproc/cdiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 73b606d75656..2ea5db17fbf9 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -4,7 +4,7 @@ PORTNAME= cdiff PORTVERSION= 0.9.6.20140711 PORTEPOCH= 1 -MASTER_SITES= LOCAL/mat/cdiff GHL +MASTER_SITES= LOCAL/mat/cdiff GH CATEGORIES= textproc MAINTAINER= mat@FreeBSD.org @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= GH_ACCOUNT= ymattw -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 67c9831 +GH_TAGNAME= 67c9831 USES= python USE_PYTHON= distutils autoplist |