aboutsummaryrefslogtreecommitdiff
path: root/textproc/freegrep/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 21:54:47 +0000
commit37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch)
treed111af8805f53a860dcffea8daeb8e9837238499 /textproc/freegrep/Makefile
parentf7e02694169756b47f76eb898606fb4b51b87123 (diff)
downloadports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz
ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip
Notes
Diffstat (limited to 'textproc/freegrep/Makefile')
-rw-r--r--textproc/freegrep/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index a21dba749936..d7961c99c3e3 100644
--- a/textproc/freegrep/Makefile
+++ b/textproc/freegrep/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: grep
-# Version required: 0.15
# Date created: 8 June 1999
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= grep-0.15
-PKGNAME= freegrep-0.15
+PORTNAME= freegrep
+PORTVERSION= 0.15
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \
http://www.wam.umd.edu/~howardjp/software/grep/ \
ftp://dragon.ham.muohio.edu/pub/howardjp/software/grep/
+DISTNAME= grep-${PORTVERSION}
MAINTAINER= howardjp@wam.umd.edu