diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/bfe | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/bfe')
-rw-r--r-- | emulators/bfe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index 3783e7bb8b9e..496b648a26f6 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bfe -# Version required: 991102 # Date created: 02 February 2000 # Whom: jhb # # $FreeBSD$ # -DISTNAME= bfe-${DATE} +PORTNAME= bfe +PORTVERSION= 991102 CATEGORIES= emulators MASTER_SITES= http://www.qzx.com/bfe/ EXTRACT_SUFX= .tgz @@ -18,8 +18,6 @@ RUN_DEPENDS= bochs:${PORTSDIR}/emulators/bochs USE_X_PREFIX= yes -DATE= 991102 - WRKSRC= ${WRKDIR}/bfe do-install: |