diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-08-05 16:54:48 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-08-05 16:54:48 +0800 |
commit | 6fae3e5ccbcbeee28c52c86bb76051c3c0344875 (patch) | |
tree | 303cc34935de3fb1692c30f696251954c305cdef | |
parent | 3cc962ede2db539db94a7b1dbc91b40e35b6ef36 (diff) | |
download | freebsd-ports-graphics-6fae3e5ccbcbeee28c52c86bb76051c3c0344875.tar.gz freebsd-ports-graphics-6fae3e5ccbcbeee28c52c86bb76051c3c0344875.tar.zst freebsd-ports-graphics-6fae3e5ccbcbeee28c52c86bb76051c3c0344875.zip |
Remove stale jfieber's machine and use $MASTER_SITE_LOCAL.
Found by: kiri
-rw-r--r-- | textproc/iso8879/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 3e0828028a4..6c024fc3015 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -8,7 +8,8 @@ PORTNAME= iso8879 PORTVERSION= 1986 CATEGORIES= textproc -MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama DISTNAME= isoENTS EXTRACT_SUFX= .zip |