diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-19 22:03:49 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-19 22:03:49 +0000 |
commit | 3e734a386ec5a23ed8fa6f985f548f75b6446918 (patch) | |
tree | 5de42afd4264c67bbae7f1f220545469743372b9 /x11-wm/afterstep-i18n | |
parent | Check if webserver is installed (diff) |
Add more MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=14701
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 66a44db94836..8039cc3c4e51 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -3,13 +3,14 @@ # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1998/11/15 22:08:01 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/11/16 19:41:11 billf Exp $ # DISTNAME= AfterStep-1.0 PKGNAME= afterstep-i18n-1.0 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.afterstep.org/archives/ \ + 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/ DISTFILES= ${DISTNAME}.tar.gz \ |