1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-07-28 21:41:28 +00:00
parent 189b382713
commit bf1bcda242
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393119

View File

@ -3,6 +3,7 @@
PORTNAME= doclifter
PORTVERSION= 2.15
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.catb.org/~esr/doclifter/
@ -11,8 +12,10 @@ COMMENT= Translates documents written in troff macros to DocBook
RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2
USES= python:2
USES= python:2 shebangfix
SHEBANG_FILES= manlifter
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/doclifter \
bin/manlifter \