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/p5-bsdconv | |
parent | 886f50deb78afdd44d1fa3bbf50cbf6ab29baa3a (diff) | |
download | ports-38499cc4f9de561964aa3bd7556c9f4c6684f038.tar.gz ports-38499cc4f9de561964aa3bd7556c9f4c6684f038.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326870
Diffstat (limited to 'converters/p5-bsdconv')
-rw-r--r-- | converters/p5-bsdconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index cf74b298d221..77a8e26b5c94 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -19,7 +19,8 @@ GH_ACCOUNT= buganini GH_COMMIT= 092d398 GH_PROJECT= perl-${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= bsdconv.3 |