1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

Fix shebang
This commit is contained in:
Baptiste Daroussin 2014-01-09 13:19:09 +00:00
parent acf4676617
commit 6cd6417229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339226

View File

@ -13,10 +13,8 @@ COMMENT= Convert filenames from one encoding to another
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= perl5
PLIST_FILES= bin/convmv
USES= perl5 shebangfix
SHEBANG_FILES= convmv
PLIST_FILES= bin/convmv man/man1/convmv.1.gz
MAN1= convmv.1
NO_STAGE= yes
.include <bsd.port.mk>