diff options
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 |