diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
commit | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (patch) | |
tree | 3a8f43ae087406efd0b25da03deac3e0e32e168d /editors/thoteditor | |
parent | 45ce14b7018952069f2f933ec84e6f50e053e925 (diff) | |
download | freebsd-ports-graphics-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.gz freebsd-ports-graphics-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.zst freebsd-ports-graphics-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.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 55717e1b81e..516619961dc 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 |