diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:12:35 +0800 |
commit | 8097b663e50ab32273b5f98b9a338bc90d672cc4 (patch) | |
tree | 93d2de2f9a4bf6801932ddc030f955193b833745 /converters/convmv | |
parent | 891b9180e52d3411847318aa83e36de37c7508c6 (diff) | |
download | freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.gz freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.tar.zst freebsd-ports-gnome-8097b663e50ab32273b5f98b9a338bc90d672cc4.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 |