diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-01-29 23:43:41 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-01-29 23:43:41 +0000 |
commit | dbbab1aad103bdedb7a48c7c3218735a39c0af4b (patch) | |
tree | 81790897198f9daa5d7108a2d384130887090f0c /sysutils | |
parent | portlint (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')
-rw-r--r-- | sysutils/copytape/Makefile | 4 |
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 |