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/glimpse/Makefile | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index ed1f417789c8..7fb18f773b69 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: glimpse -# Version required: 4.* # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # # $FreeBSD$ # -DISTNAME= glimpse-4.1.src -PKGNAME= glimpse-4.1 +PORTNAME= glimpse +PORTVERSION= 4.1 CATEGORIES= textproc databases MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ +DISTNAME= ${PKGNAME}.src EXTRACT_SUFX= .tar.Z MAINTAINER= chuckr@freebsd.org |