diff options
author | billf <billf@FreeBSD.org> | 2000-01-30 07:43:41 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-01-30 07:43:41 +0800 |
commit | 4e95884c96f564ab52821166ed840e7661ac6402 (patch) | |
tree | b6b2a03d50ab8c9f8a25c71c51abb80ad9bd2129 /sysutils | |
parent | 435c86aed09275de5ceac70f39c0d09d37ff87bb (diff) | |
download | freebsd-ports-gnome-4e95884c96f564ab52821166ed840e7661ac6402.tar.gz freebsd-ports-gnome-4e95884c96f564ab52821166ed840e7661ac6402.tar.zst freebsd-ports-gnome-4e95884c96f564ab52821166ed840e7661ac6402.zip |
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...)
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 |