diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /textproc/agrep/Makefile | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Diffstat (limited to '')
-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 e8f2413e648d..23b419446721 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 |