summaryrefslogtreecommitdiff
path: root/emulators/spim/Makefile
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/spim/Makefile
parent(1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc (diff)
PORTNAME/VERSION stuff
Notes
Notes: svn path=/head/; revision=27455
Diffstat (limited to '')
-rw-r--r--emulators/spim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index f86ac068b9c9..e5a1c4d5ccbf 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -1,16 +1,16 @@
# ex:ts=8
# Ports collection makefile for: spim
-# Version required: 0.0
# Date created: Mon Oct 28, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
-DISTNAME= spim5.9
-PKGNAME= spim-5.9
+PORTNAME= spim
+PORTVERSION= 5.9
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/Old_Versions/
+DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org