summaryrefslogtreecommitdiff
path: root/devel/pmake
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-04-14 21:09:23 +0000
committerSteve Price <steve@FreeBSD.org>2001-04-14 21:09:23 +0000
commitb29a42271e47b63f74b9b37667f88f1ed5b1aa34 (patch)
treeaa00390edd0adb6c2e98858328f7c690bdb96dad /devel/pmake
parentFix glaring logic/typo bugs: (diff)
Put the distfile up on MASTER_SITE_LOCAL as well since beta and the rest
of the Alpha package building cluster appear to be having trouble fetching it from the other MASTER_SITE.
Notes
Notes: svn path=/head/; revision=41383
Diffstat (limited to 'devel/pmake')
-rw-r--r--devel/pmake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pmake/Makefile b/devel/pmake/Makefile
index 724c64a47a23..0d48354b1397 100644
--- a/devel/pmake/Makefile
+++ b/devel/pmake/Makefile
@@ -8,7 +8,9 @@
PORTNAME= pmake
PORTVERSION= 2.1.33
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/
+MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= steve
EXTRACT_SUFX= .tar.Z
MAINTAINER= steve@freebsd.org