diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-11-27 23:06:37 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-11-27 23:06:37 +0800 |
commit | ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd (patch) | |
tree | a35c8db40d1b7053ed7140262842f19b826de27b /sysutils/wmfire/Makefile | |
parent | cbfd627f36d5e6da6c5a886ecc78542ef4509054 (diff) | |
download | freebsd-ports-graphics-ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd.tar.gz freebsd-ports-graphics-ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd.tar.zst freebsd-ports-graphics-ec33c3395dd0dcd77ab1daf8bf7b1bab646866fd.zip |
o Use MASTER_SITE_LOCAL since the author's site vanished
months ago.
o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
Diffstat (limited to 'sysutils/wmfire/Makefile')
-rw-r--r-- | sysutils/wmfire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile index 793c32b9759..954316c5a15 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 |