summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-02 23:28:16 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-02 23:28:16 +0000
commitf93448d665cf0c7d76fb6fb7447dbdcd8451ca3b (patch)
tree19972b6161532c0076cf08914b2f58ff135c9b8c /devel
parentCode crusader, (diff)
Use MASTER_SITE_SUNSITE, the old master site is flaky.
PR: 12922 Submitted by: Rasmus Kaj <kaj@Raditex.se>
Notes
Notes: svn path=/head/; revision=20507
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