aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-03 07:28:16 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-08-03 07:28:16 +0800
commitba37b3cf582fc595f4b90844634428729b61c7ab (patch)
treeb343a1589865ae0c4dd026c203040460dc0646d2 /devel
parentc9a689cb22d667a372b6642bc5ed37e4215eac31 (diff)
downloadfreebsd-ports-gnome-ba37b3cf582fc595f4b90844634428729b61c7ab.tar.gz
freebsd-ports-gnome-ba37b3cf582fc595f4b90844634428729b61c7ab.tar.zst
freebsd-ports-gnome-ba37b3cf582fc595f4b90844634428729b61c7ab.zip
Use MASTER_SITE_SUNSITE, the old master site is flaky.
PR: 12922 Submitted by: Rasmus Kaj <kaj@Raditex.se>
Diffstat (limited to 'devel')
-rw-r--r--devel/doc++/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile
index a33ac41fb975..cbafe932f641 100644
--- a/devel/doc++/Makefile
+++ b/devel/doc++/Makefile
@@ -3,12 +3,14 @@
# Whom: Ruslan@Shevchenko.Kiev.UA
# Version required: 3.3.13
#
-# $Id: Makefile,v 1.2 1999/05/03 01:52:27 steve Exp $
+# $Id: Makefile,v 1.3 1999/08/01 02:36:33 steve Exp $
#
DISTNAME= doc++-3.3.13
CATEGORIES= devel
-MASTER_SITES= http://www.imaginator.com/doc++/
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://www.imaginator.com/doc++/
+MASTER_SITE_SUBDIR= apps/doctools
MAINTAINER= Ruslan@Shevchenko.Kiev.UA