diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-21 21:51:01 +0000 |
commit | 2ff4ea507a016cfb0e85e37cbd7e7a0f9fd9740a (patch) | |
tree | 43f9117f630921cd7772eec13cfd566897d55149 /x11-wm/afterstep-i18n | |
parent | 2d652b7e5a8ca0d5c7cf64c9af8e9bd3621c0027 (diff) |
Notes
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 4a9f85bc28a0..41c89b7403a6 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 |