From dbbab1aad103bdedb7a48c7c3218735a39c0af4b Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sat, 29 Jan 2000 23:43:41 +0000 Subject: [PATCH] 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...) --- sysutils/copytape/Makefile | 4 ++-- 1 file 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