diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-05 07:30:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-05 07:30:56 +0000 |
commit | 9e097d6f3f69655af3b5b0145325dd899035bbf3 (patch) | |
tree | e436bbed9249f5a19f413736c52c9cb74b8c6d6d /emulators/bsvc | |
parent | 8bd2b9a35b96c561c9da18207733682318487402 (diff) | |
download | ports-9e097d6f3f69655af3b5b0145325dd899035bbf3.tar.gz ports-9e097d6f3f69655af3b5b0145325dd899035bbf3.zip |
Notes
Diffstat (limited to 'emulators/bsvc')
-rw-r--r-- | emulators/bsvc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index e01febe23aa9..d9d42d935443 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -3,15 +3,14 @@ # Date created: 03-Mar-1997 # Whom: tenser # -# $Id: Makefile,v 1.4 1997/04/20 13:19:01 wosch Exp $ +# $Id: Makefile,v 1.5 1998/04/04 13:14:19 jseger Exp $ # -DISTNAME= bsvc-2.0-src -PKGNAME= bsvc-2.0 +DISTNAME= bsvc-2.0 CATEGORIES= emulators tk41 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators -EXTRACT_SUFX= .tar.z +EXTRACT_SUFX= -src.tar.z MAINTAINER= tenser@spitfire.ecsel.psu.edu |