From 6cd641722993280b7a7bd66870c4ea2c79b89ff9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Jan 2014 13:19:09 +0000 Subject: [PATCH] Support stage Fix shebang --- converters/convmv/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 7660dc8741a3..d6757a5dee06 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -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