diff options
author | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 01:26:57 +0800 |
commit | 31367baab81ff752e42424634ea704d1b30f3978 (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/cdif | |
parent | 819e7b2d8b9c40afea69ead7718189b3791e1d10 (diff) | |
download | freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.gz freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.tar.zst freebsd-ports-gnome-31367baab81ff752e42424634ea704d1b30f3978.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/cdif')
-rw-r--r-- | textproc/cdif/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile index 9dd134a460b9..31ab36fd30cf 100644 --- a/textproc/cdif/Makefile +++ b/textproc/cdif/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: cdif -# Date created: July 22, 2000 -# Whom: Yoshiro MIHIRA <sanpei@sanpei.org> -# -# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:07 jlam Exp $ +# Created by: Yoshiro MIHIRA <sanpei@sanpei.org> # $FreeBSD$ -# PORTNAME= cdif PORTVERSION= 1.19 @@ -15,7 +10,7 @@ EXTRACT_SUFX= # empty MAINTAINER= sanpei@FreeBSD.org COMMENT= Word context diff -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes |