summaryrefslogtreecommitdiff
path: root/emulators/cpmtools
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-12 04:56:17 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-12 04:56:17 +0000
commitb7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch)
tree5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/cpmtools
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/cpmtools')
-rw-r--r--emulators/cpmtools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index fe1daff25784..0cccca37e9da 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: cpm(1)
-# Version required: 1.1
# Date created: 25 December 1994
# Whom: joerg
#
# $FreeBSD$
#
-DISTNAME= cpm-1.1
-PKGNAME= cpmtools-1.1
+PORTNAME= cpmtools
+PORTVERSION= 1.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
+DISTNAME= cpm-${PORTVERSION}
MAINTAINER= joerg@FreeBSD.org