diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:06:37 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-11-27 15:06:37 +0000 |
commit | ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd (patch) | |
tree | a35c8db40d1b7053ed7140262842f19b826de27b | |
parent | cbfd627f36d5e6da6c5a886ecc78542ef4509054 (diff) | |
download | FreeBSD-ports-ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd.zip FreeBSD-ports-ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd.tar.gz |
o Use MASTER_SITE_LOCAL since the author's site vanished
months ago.
o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
-rw-r--r-- | graphics/icod/Makefile | 5 | ||||
-rw-r--r-- | graphics/icod/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/wmfire/Makefile | 5 | ||||
-rw-r--r-- | sysutils/wmfire/pkg-descr | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/graphics/icod/Makefile b/graphics/icod/Makefile index 2ded453..8e0436b 100644 --- a/graphics/icod/Makefile +++ b/graphics/icod/Makefile @@ -8,10 +8,11 @@ PORTNAME= icod PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= http://linux.tucows.com/files/x11/graphics/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jedgar DISTNAME= ${PORTNAME}.${PORTVERSION} -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org WRKSRC= ${WRKDIR}/icod ALL_TARGET= icod diff --git a/graphics/icod/pkg-descr b/graphics/icod/pkg-descr index 74cb42e..1835a4a 100644 --- a/graphics/icod/pkg-descr +++ b/graphics/icod/pkg-descr @@ -7,4 +7,4 @@ consisting of the basename of the image, the size, and the bit depth. - Chris D. Faulhaber -jedgar@fxp.org + <jedgar@FreeBSD.org> diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index 793c32b..954316c 100644 --- a/sysutils/wmfire/Makefile +++ b/sysutils/wmfire/Makefile @@ -8,10 +8,11 @@ PORTNAME= wmfire PORTVERSION= 0.0.3.9 CATEGORIES= sysutils -MASTER_SITES= http://www.zebra.net/~dm/wmfire/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jedgar DISTNAME= wmfire-0.0.3.9pre4 -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes diff --git a/sysutils/wmfire/pkg-descr b/sysutils/wmfire/pkg-descr index 2e9b6ae..448a9da 100644 --- a/sysutils/wmfire/pkg-descr +++ b/sysutils/wmfire/pkg-descr @@ -3,4 +3,4 @@ Window Maker dock app showing load average as a flame. Not terribly useful, but looks cool. - Chris D. Faulhaber -jedgar@fxp.org + <jedgar@FreeBSD.org> |