diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/the/Makefile | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Notes
Notes:
svn path=/head/; revision=27501
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r-- | editors/the/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile index dcc7d90b60aa..d49108ba582a 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: THE -# Version required: 3.0 # Date created: 7 May 1999 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= THE-3.0 -PKGNAME= the-3.0 +PORTNAME= the +PORTVERSION= 3.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.lightlink.com/pub/hessling/THE/ \ ftp://ftp.qut.edu.au/pub/markh/THE/ \ ftp://ftp.wu-wien.ac.at/pub/src/Editors/THE/ +DISTNAME= THE-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |