aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-05-08 18:06:21 +0800
committermiwi <miwi@FreeBSD.org>2017-05-08 18:06:21 +0800
commitd8f4f8444f09505324b1f7ce87bf4dfda333ccf3 (patch)
tree024f20e07576dda5aacf9e6dbdcafb01ff8001f4 /devel
parent7e35fd15bdff836d7d5fd22980cfeab8286df13c (diff)
downloadfreebsd-ports-gnome-d8f4f8444f09505324b1f7ce87bf4dfda333ccf3.tar.gz
freebsd-ports-gnome-d8f4f8444f09505324b1f7ce87bf4dfda333ccf3.tar.zst
freebsd-ports-gnome-d8f4f8444f09505324b1f7ce87bf4dfda333ccf3.zip
- Fix shebangs
- Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r--devel/git-cvs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/git-cvs/Makefile b/devel/git-cvs/Makefile
index cdc67b2b3731..455ce8cc4fc5 100644
--- a/devel/git-cvs/Makefile
+++ b/devel/git-cvs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= git-cvs
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= devel python
MAINTAINER= mp39590@gmail.com
@@ -17,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ustuehler
-USES= python:2.7
+USES= python:2.7 shebangfix
USE_PYTHON= autoplist distutils
+SHEBANG_FILES= scripts/git-cvs
.include <bsd.port.mk>