aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/makefaq
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-19 14:17:17 +0800
committermiwi <miwi@FreeBSD.org>2017-04-19 14:17:17 +0800
commit14745f895d8a41041cfc4b258997765496654410 (patch)
treec09858a9ac86d3314ec522a110d671d018588047 /textproc/makefaq
parentc41b2ca2f92a9b8e5876128091848bd0e0dba675 (diff)
downloadfreebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.tar.gz
freebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.tar.zst
freebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.zip
- Fix shebangs
Diffstat (limited to 'textproc/makefaq')
-rw-r--r--textproc/makefaq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/makefaq/Makefile b/textproc/makefaq/Makefile
index 38ddd99e4656..50d3593e8e43 100644
--- a/textproc/makefaq/Makefile
+++ b/textproc/makefaq/Makefile
@@ -3,6 +3,7 @@
PORTNAME= makefaq
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= SF
@@ -11,9 +12,10 @@ COMMENT= Makefaq is a Python program that creates a (FAQ)
LICENSE= GPLv2+
-USES= python tar:tgz
+USES= python shebangfix tar:tgz
NO_BUILD= yes
NO_ARCH= yes
+SHEBANG_FILES= makefaq.py
PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz
PORTDOCS= BUGS CREDITS ChangeLog README TODO UPGRADING faq.html