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/pcemu/Makefile | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/pcemu/Makefile')
-rw-r--r-- | emulators/pcemu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index e868a1e40105..073c7e662bd9 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,15 +1,13 @@ # New ports collection makefile for: pcemu(1) -# Version required: 1.01alpha # Date created: 7 March 1995 # Whom: joerg # # $FreeBSD$ # -DISTNAME= pcemu1.01alpha -PKGNAME= pcemu-1.01b +PORTNAME= pcemu +PORTVERSION= 1.01b CATEGORIES= emulators - # # This could in theory become a chicken-and-egg problem. Anyway, # wcarchive is well connected, and the distfile hasn't been changed @@ -22,6 +20,7 @@ MASTER_SITES+= ftp://ftp.interface-business.de/pub/outgoing/ # # This is the original master site, but better use a well-connected server MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ +DISTNAME= pcemu1.01alpha MAINTAINER= joerg@FreeBSD.org |