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/afterstep-i18n | |
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/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 4a9f85b..41c89b7 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -3,16 +3,17 @@ # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.4 1999/01/10 14:54:28 simokawa Exp $ +# $Id: Makefile,v 1.5 1999/01/18 06:38:08 asami Exp $ # DISTNAME= AfterStep-1.0 PKGNAME= afterstep-i18n-1.0 CATEGORIES= x11-wm afterstep -MASTER_SITES= ftp://ftp.afterstep.org/archives/ \ +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ http://www.freebsd.org/~kuriyama/distfiles/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/icons/ +MASTER_SITE_SUBDIR= stable/archives DISTFILES= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz \ kterm.xpm kterm2.xpm KTerm-AS.xpm netscape4.xpm |