summaryrefslogtreecommitdiff
path: root/emulators/simh
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/simh
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/simh')
-rw-r--r--emulators/simh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 37d1358e0fc9..258c318ca352 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: sim
-# Version required: 2.3d
# Date created: 7 November 1997
# Whom: jraynard
#
# $FreeBSD$
#
-DISTNAME= sim_2.3d
-PKGNAME= sim-2.3d
+PORTNAME= sim
+PORTVERSION= 2.3d
CATEGORIES= emulators
MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ \
http://people.FreeBSD.org/~jedgar/distfiles/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org