diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
commit | df474c4f0c8d1699ecfe3144d513c310e00a1d96 (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/aft | |
parent | 4450b7cdf46a83c66afc9368754b5754e6614774 (diff) | |
download | freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.gz freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.zst freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/aft')
-rw-r--r-- | textproc/aft/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index 88e2e8f7122e..f6b9154489b4 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aft -# Date created: 2002/03/28 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# +# Created by: Alan Eldridge <alane@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aft PORTVERSION= 5.098 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.maplefish.com/todd/ MAINTAINER= culot@FreeBSD.org COMMENT= A document preparation system using an Almost Free Text input format -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes |