diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-03-06 19:52:23 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-03-06 19:52:23 +0000 |
commit | 1ecf9ece5ac39ad9105307da686d894cc98d5d6b (patch) | |
tree | d841f9f9cca3db34113f42cdb611e727fd2a0624 /x11/kdelibs3/Makefile | |
parent | Add kdm_bg.jpg to wallpapers (diff) |
Use $(MASTER_SITE_KDE)
Notes
Notes:
svn path=/head/; revision=10055
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 9befa06b2b25..6e1e958e26a8 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -3,15 +3,14 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.6 1998/02/07 11:55:16 se Exp $ +# $Id: Makefile,v 1.7 1998/02/15 22:17:13 se Exp $ # DISTNAME= kdelibs-Beta3-1 PKGNAME= kdelibs-3.1b CATEGORIES= x11 kde -MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \ - ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \ - ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/ +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= stable/Beta3/distribution/tgz/source EXTRACT_SUFX= .src.tar.gz MAINTAINER= se@freebsd.org |