diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-02-08 05:55:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-02-08 05:55:47 +0000 |
commit | 7bc0a17fb9151d50b9a88d7851a8116c5614a25e (patch) | |
tree | 72a3789a8e2d733c651eca8584ef7e0028321574 /x11-toolkits | |
parent | 3331827d2435ce0abd5d17be43f1811866bebf88 (diff) | |
download | ports-7bc0a17fb9151d50b9a88d7851a8116c5614a25e.tar.gz ports-7bc0a17fb9151d50b9a88d7851a8116c5614a25e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 3265b7f30a66..1db4b883359b 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -9,7 +9,11 @@ PORTNAME= slingshot PORTVERSION= 2.1 PORTREVISION= 3 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + http://komquats.com/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cy + DISTNAME= SlingShot${PORTVERSION} EXTRACT_SUFX= .tar.Z |