diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /x11/eterm | |
parent | Typo (PORTVESION -> PORTVERSION). (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27497
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 994900a0661a..3e50896f12fb 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: eterm -# Version required: 0.8.10 # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # # $FreeBSD$ # -DISTNAME= Eterm-0.8.10 -PKGNAME= eterm-0.8.10 +PORTNAME= eterm +PORTVERSION= 0.8.10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ ftp://ftp.livewire.com.au/pub/linuxberg/files/x11/system/ \ ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/x11/system/ \ ftp://ftp.sunsite.auc.dk/disk6/linuxberg.com/files/x11/system/ +DISTNAME= Eterm-${PORTVERSION} MAINTAINER= murray@cdrom.com |