diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/webglimpse | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/webglimpse')
-rw-r--r-- | www/webglimpse/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile index 7cbafa680f3b..5d7ef62847a2 100644 --- a/www/webglimpse/Makefile +++ b/www/webglimpse/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: WebGlimpse -# http://glimpse.cs.arizona.edu/webglimpse/ -# Version required: 1.* # Date created: 2 Nov 1998 # Whom: ache # # $FreeBSD$ # -DISTNAME= webglimpse-1.6.src -PKGNAME= webglimpse-1.6 +PORTNAME= webglimpse +PORTVERSION= 1.6 CATEGORIES= www textproc MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ +DISTNAME= ${PKGNAME}.src MAINTAINER= ache@freebsd.org |