diff options
author | asami <asami@FreeBSD.org> | 1998-04-05 07:30:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-05 07:30:56 +0000 |
commit | c15a09064c3bd87f201df4b9dc7f9a6b1693c1b1 (patch) | |
tree | bf35d1e9a64965fdd665d7017018cbb70053ee3e /emulators | |
parent | a711dc16a291981333ed99372648d267417f3a1b (diff) | |
download | FreeBSD-ports-c15a09064c3bd87f201df4b9dc7f9a6b1693c1b1.zip FreeBSD-ports-c15a09064c3bd87f201df4b9dc7f9a6b1693c1b1.tar.gz |
Be careful when you touch DISTNAME, it affect WRKSRC....
Diffstat (limited to 'emulators')
-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 e01febe..d9d42d9 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 |