diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-12 22:02:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-03-12 22:02:24 +0000 |
commit | f116fa765496849f69ccb2fd5b476ede1d78b676 (patch) | |
tree | 8a77bf6e3ef4974f6a092a5f9e70db99742f5174 | |
parent | Lots of clean-up: (diff) |
Remove MASTER_SITE_SOURCEFORGE, which has an incorrect checksum.
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=103820
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 04995c471c4a..221e26834ae4 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -9,9 +9,7 @@ PORTNAME= eterm PORTVERSION= 0.9.2 PORTREVISION= 1 CATEGORIES+= x11 -MASTER_SITES= http://www.eterm.org/download/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.eterm.org/download/ DISTNAME= Eterm-${PORTVERSION} MAINTAINER?= olgeni@FreeBSD.org |