aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-02-20 09:28:59 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-02-20 09:28:59 +0800
commitbf2c9d495b09a619099962c880ac0852392d86b9 (patch)
tree2c0e217aef7de2c1eeb874fda0cf563fd4c46f7a /textproc
parent4ca0fa73295cea4c07eca0689751e9c3c5e5d599 (diff)
downloadfreebsd-ports-gnome-bf2c9d495b09a619099962c880ac0852392d86b9.tar.gz
freebsd-ports-gnome-bf2c9d495b09a619099962c880ac0852392d86b9.tar.zst
freebsd-ports-gnome-bf2c9d495b09a619099962c880ac0852392d86b9.zip
Unbreak by changing missing mastersite to use $MASTER_SITE_LOCAL.
Reported by: kris, fenner
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sgmlformat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index 87785e234fec..967ac90b6de6 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -9,7 +9,9 @@ PORTNAME= sgmlformat
PORTVERSION= 1.7
PORTREVISION= 2
CATEGORIES= textproc print
-MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= kuriyama
+#MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents