diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/agrep | |
parent | Add WWW (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
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 66abbe4e8421..a7be73015a58 100644 --- a/textproc/agrep/Makefile +++ b/textproc/agrep/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: agrep -# Version required: 0.0 # Date created: Fri May 23, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # -DISTNAME= agrep-2.04 +PORTNAME= agrep +PORTVERSION= 2.0.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/ EXTRACT_SUFX= .tar.Z |