aboutsummaryrefslogtreecommitdiff
path: root/converters/convmv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:19:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:19:09 +0000
commit6cd641722993280b7a7bd66870c4ea2c79b89ff9 (patch)
tree63fd0cc814a11a35e5d933374f8cf600affb1549 /converters/convmv
parentacf4676617262340f1b2af9aacd8ea882af4fc1f (diff)
downloadports-6cd641722993280b7a7bd66870c4ea2c79b89ff9.tar.gz
ports-6cd641722993280b7a7bd66870c4ea2c79b89ff9.zip
Support stage
Fix shebang
Notes
Notes: svn path=/head/; revision=339226
Diffstat (limited to 'converters/convmv')
-rw-r--r--converters/convmv/Makefile8
1 files 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 <bsd.port.mk>