diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/bfe | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.zst freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip |
PORTNAME/VERSION stuff
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: |