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/quasi88 | |
parent | (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff) |
PORTNAME/VERSION stuff
Notes
Notes:
svn path=/head/; revision=27455
Diffstat (limited to 'emulators/quasi88')
-rw-r--r-- | emulators/quasi88/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index da7e4b8da11d..a3f2e5bf073d 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: QUASI88 -# Version required: 0.3.2 # Date created: 22 May 1999 # Whom: Nishika <nishika@cheerful.com> # # $FreeBSD$ # -DISTNAME= quasi88-0.3.2 +PORTNAME= quasi88 +PORTVERSION= 0.3.2 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ EXTRACT_SUFX= .tgz |