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/cpmemu | |
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/cpmemu')
-rw-r--r-- | emulators/cpmemu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index af0655a99083..3fcaf7597cd8 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: cpm-emulator -# Version required: 0.2.1.1 # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl # # $FreeBSD$ # -DISTNAME= cpm-0.2.1 -PKGNAME= cpmemu-0.2.1.1 +PORTNAME= cpmemu +PORTVERSION= 0.2.1.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.cdrom.com/pub/linux/slackware-4.0/source/extra-stuff/CPM-80-emulator/ MASTER_SITE_SUBDIR= system/emulators +DISTNAME= cpm-0.2.1 PATCH_SITES= ${MASTER_SITE_SUNSITE} PATCH_SITE_SUBDIR= system/emulators |