summaryrefslogtreecommitdiff
path: root/sysutils/copytape
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-01-29 23:43:41 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-01-29 23:43:41 +0000
commitdbbab1aad103bdedb7a48c7c3218735a39c0af4b (patch)
tree81790897198f9daa5d7108a2d384130887090f0c /sysutils/copytape
parentportlint (whitespace only change) (diff)
Fix typo MASTER_SITE -> MASTER_SITES, and fix the MASTER_SITE_SUBDIR
to reflect the actual location of this file on the comp.sources.unix archive, both of which were broken in rev1.2 and not noticed until now (a year and a few days later...)
Notes
Notes: svn path=/head/; revision=25299
Diffstat (limited to 'sysutils/copytape')
-rw-r--r--sysutils/copytape/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile
index 984a078b0dc8..28f2388ad71b 100644
--- a/sysutils/copytape/Makefile
+++ b/sysutils/copytape/Makefile
@@ -9,8 +9,8 @@
DISTNAME= copytape
PKGNAME= copytape-1.0
CATEGORIES= sysutils
-MASTER_SITE= ${MASTER_SITE_COMP_SOURCES}
-MASTER_SITE_SUBDIR= unix/volume8
+MASTER_SITES= ${MASTER_SITE_COMP_SOURCES}
+MASTER_SITE_SUBDIR= unix/volume10
EXTRACT_SUFX= .Z
MAINTAINER= ports@FreeBSD.org