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