diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 07:12:35 +0000 |
commit | 38499cc4f9de561964aa3bd7556c9f4c6684f038 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/convmv | |
parent | 886f50deb78afdd44d1fa3bbf50cbf6ab29baa3a (diff) |
Notes
Diffstat (limited to 'converters/convmv')
-rw-r--r-- | converters/convmv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 315117764554..c371a67da338 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: convmv -# Date created: 27 October 2004 -# Whom: Kuang-che Wu <kcwu@csie.org> -# +# Created by: Kuang-che Wu <kcwu@csie.org> # $FreeBSD$ -# PORTNAME= convmv PORTVERSION= 1.15 @@ -17,7 +13,7 @@ COMMENT= Convert filenames from one encoding to another LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/convmv MAN1= convmv.1 |