From 31367baab81ff752e42424634ea704d1b30f3978 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 10 Sep 2013 17:26:57 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- textproc/cdif/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'textproc/cdif') 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 -# -# $NetBSD: Makefile,v 1.3 2000/08/27 02:46:07 jlam Exp $ +# Created by: Yoshiro MIHIRA # $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 -- cgit