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/x48 | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 86934996760f..d6150973ebeb 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: x48 -# Version required: 0.4.0 # Date created: Thu Oct 24 13:10:59 CDT 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= x48-0.4.0 +PORTNAME= x48 +PORTVERSION= 0.4.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators |