1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-26 19:24:14 +00:00
parent 2851a93ae0
commit aaf779f518
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463042

View File

@ -3,7 +3,7 @@
PORTNAME= pkg-plist
PORTVERSION= 1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt python
MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@ -12,7 +12,8 @@ COMMENT= Generate a pkg-plist for a port
LICENSE= MIT
USES= python
USES= python:run shebangfix
SHEBANG_FILES= pkg-plist
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}