diff options
Diffstat (limited to 'graphics/kdegraphics11')
-rw-r--r-- | graphics/kdegraphics11/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index 3c8c4c2ca51c..9032a4b4b973 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -3,15 +3,14 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/02/21 15:09:20 se Exp $ # DISTNAME= kdegraphics-Beta3-1 PKGNAME= kdegraphics-3.1b CATEGORIES= graphics 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 |