diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/thoteditor | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | freebsd-ports-gnome-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz freebsd-ports-gnome-0f29953274700e3113ef38abbe8132e0b248333d.tar.zst freebsd-ports-gnome-0f29953274700e3113ef38abbe8132e0b248333d.zip |
portname/portversion update
Diffstat (limited to 'editors/thoteditor')
-rw-r--r-- | editors/thoteditor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 55717e1b81e6..516619961dc6 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: thot -# Version required: 2.1e # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # # $FreeBSD$ # -DISTNAME= thoteditor-src-2.1e -PKGNAME= thoteditor-2.1 +PORTNAME= thoteditor +PORTVERSION= 2.1e CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ${MASTER_SITE_SUNSITE} \ @@ -16,6 +15,7 @@ MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \ ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ MASTER_SITE_SUBDIR= apps/editors/X/thot +DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= chuckr@FreeBSD.org |