aboutsummaryrefslogtreecommitdiff
path: root/textproc/cdiff/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-10-18 18:47:57 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-10-18 18:47:57 +0000
commit165c130fe3a9886c18a5b7fd7d5cf7acf3e6946e (patch)
tree15530130e06ca6b16770751284f6dcbc3a6b33ef /textproc/cdiff/Makefile
parentde25662ed6e0308f6a1a437e6224bc8b766b33ff (diff)
downloadports-165c130fe3a9886c18a5b7fd7d5cf7acf3e6946e.tar.gz
ports-165c130fe3a9886c18a5b7fd7d5cf7acf3e6946e.zip
Notes
Diffstat (limited to 'textproc/cdiff/Makefile')
-rw-r--r--textproc/cdiff/Makefile28
1 files changed, 9 insertions, 19 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile
index 2646b0ac9afa..57f48f93dae5 100644
--- a/textproc/cdiff/Makefile
+++ b/textproc/cdiff/Makefile
@@ -2,29 +2,19 @@
# $FreeBSD$
PORTNAME= cdiff
-PORTVERSION= 1.5
+PORTVERSION= 0.9.3
+PORTEPOCH= 1
CATEGORIES= textproc
-MASTER_SITES= # none
-DISTFILES= # none
-MAINTAINER= garga@FreeBSD.org
+MAINTAINER= mat@FreeBSD.org
COMMENT= Diff readability enhancer for color terminals
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USES= perl5
+USE_GITHUB=
+GH_ACCOUNT= ymattw
+GH_TAGNAME= 0.9.3
+GH_COMMIT= 423551f
-SRC= ${.CURDIR}/src
-
-MAN1= cdiff.1
-PLIST_FILES= bin/cdiff
-
-NO_STAGE= yes
-do-fetch:
- @${DO_NADA}
-
-do-install:
- @${INSTALL_SCRIPT} ${SRC}/cdiff.sh ${PREFIX}/bin/cdiff
- @${INSTALL_MAN} ${SRC}/cdiff.1 ${PREFIX}/man/man1
+USE_PYTHON=
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>