diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
commit | 14745f895d8a41041cfc4b258997765496654410 (patch) | |
tree | c09858a9ac86d3314ec522a110d671d018588047 /textproc/makefaq | |
parent | c41b2ca2f92a9b8e5876128091848bd0e0dba675 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |