diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-04 13:14:19 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-04 13:14:19 +0000 |
commit | 45f198b4ab6fe37d5951eaa2332dfa6a00a506c5 (patch) | |
tree | 735034d855c31bbc69f0568520dae95c0e7ab101 /emulators | |
parent | 336dcc9a4809b72a1041040f83f719343308b682 (diff) | |
download | ports-45f198b4ab6fe37d5951eaa2332dfa6a00a506c5.tar.gz ports-45f198b4ab6fe37d5951eaa2332dfa6a00a506c5.zip |
Distfile disappeared from old master site. Use a new one.
Portlint.
Notes
Notes:
svn path=/head/; revision=10412
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bsvc/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index d292ede53fcf..e01febe23aa9 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -1,15 +1,17 @@ # New ports collection Makefile for: bsvc # Version required: 2.0 -# Date released: 03-Mar-1997 -# Whom tenser +# Date created: 03-Mar-1997 +# Whom: tenser # -# $Id: Makefile,v 1.3 1997/03/07 08:05:09 tg Exp $ +# $Id: Makefile,v 1.4 1997/04/20 13:19:01 wosch Exp $ # -DISTNAME= bsvc-2.0 +DISTNAME= bsvc-2.0-src +PKGNAME= bsvc-2.0 CATEGORIES= emulators tk41 -MASTER_SITES= ftp://ftp.ncsu.edu/pub/eos/pub/bsvc/distribution/ -EXTRACT_SUFX= -src.tar.z +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/emulators +EXTRACT_SUFX= .tar.z MAINTAINER= tenser@spitfire.ecsel.psu.edu |