diff options
author | billf <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
commit | b2b1d41e4613da788943d5fa588b20fb89a666b9 (patch) | |
tree | fbe83a2ec9a0869939897dcd29f0a737b3283735 /x11-wm/windowmaker/Makefile | |
parent | b13e65c1df36bd6bd17f4492ed4823cf94c937fb (diff) | |
download | FreeBSD-ports-b2b1d41e4613da788943d5fa588b20fb89a666b9.zip FreeBSD-ports-b2b1d41e4613da788943d5fa588b20fb89a666b9.tar.gz |
Use ${MASTER_SITE_AFTERSTEP} or ${MASTER_SITE_WINDOWMAKER}
This unbreaks the fetching of several of these ports.
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 9675c22..9a801bb 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,14 +3,14 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.45 1999/01/23 07:05:30 vanilla Exp $ +# $Id: Makefile,v 1.46 1999/02/10 21:29:28 fenner Exp $ DISTNAME= WindowMaker-0.51.0 PKGNAME= windowmaker-0.51.0 CATEGORIES= x11-wm windowmaker -MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ - ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ +MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ +MASTER_SITE_SUBDIR= beta/srcs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= handy@physics.montana.edu |