diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /textproc/agrep | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | freebsd-ports-graphics-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz freebsd-ports-graphics-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.zst freebsd-ports-graphics-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip |
Style nits in the ports I maintain.
Diffstat (limited to 'textproc/agrep')
-rw-r--r-- | textproc/agrep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile index e8f2413e648..23b41944672 100644 --- a/textproc/agrep/Makefile +++ b/textproc/agrep/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: agrep -# Version required: 2.04 +# Version required: 2.04 # Date created: Fri May 23, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/ EXTRACT_SUFX= .tar.Z #DISTFILES= ${DISTNAME}.${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@NUXI.com ALL_TARGET= MAN1= agrep.1 |