diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 03:55:19 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-21 03:55:19 +0000 |
commit | 028d6a6f16b470aad34dd2282a720ebdbf7c2320 (patch) | |
tree | 453dd09d97918e5581b7866870c6a8a36b985c67 /sysutils/copytape | |
parent | 6ad80e9513083ac6835cd8b7554e09d264681868 (diff) |
to use MASTER_SITE_COMP_SOURCES
Notes
Notes:
svn path=/head/; revision=16223
Diffstat (limited to 'sysutils/copytape')
-rw-r--r-- | sysutils/copytape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index ca44e15f0672..23bbb4b14164 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -3,13 +3,14 @@ # Date created: 23 October 1998 # Whom: Stephen J. Roznowski <sjr@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/20 21:14:43 jseger Exp $ # DISTNAME= copytape PKGNAME= copytape-1.0 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume10/ +MASTER_SITE= ${MASTER_SITE_COMP_SOURCES} +MASTER_SITE_SUBDIR= unix/volume8 EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.ORG |