diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 14:35:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 14:35:48 +0000 |
commit | ac049e474e97db8d4ef9070c4dceb6a026d0eb16 (patch) | |
tree | b0ab4c93c23aaa7ea50e9d60f61eea915680c712 /textproc/yodl | |
parent | 9828a7fc2283f0cb919614b645ee913d5fbc74b7 (diff) | |
download | freebsd-ports-ac049e474e97db8d4ef9070c4dceb6a026d0eb16.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 9e552c468bed..74283389b9d6 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yodl -# Date created: 22 Oct 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= yodl PORTVERSION= 3.00.0 @@ -22,7 +18,8 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build .if !defined(NO_INSTALL_MANPAGES) MANCOMPRESSED= no |