summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2005-02-27 22:42:30 +0000
committerveego <veego@pkgsrc.org>2005-02-27 22:42:30 +0000
commitb2daa161e313c7a7ec9a1e7810741bcc28874a1d (patch)
tree8fd61ed07d875cd81bda2e7d00d8df72195d8002 /emulators
parent4488cdcf4862651f219f3309e2c48158e3d31a5d (diff)
downloadpkgsrc-b2daa161e313c7a7ec9a1e7810741bcc28874a1d.tar.gz
Put back part of the ${PKGMINOR} handling, but keep the PKGREVISION at 2,
due too the nb1 usage in the DISTNAME.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat13/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index d9e20ddf9b1..47011630bdb 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/02/27 22:30:43 veego Exp $
+# $NetBSD: Makefile,v 1.20 2005/02/27 22:42:30 veego Exp $
#
-DISTNAME= compat13-${MACHINE_ARCH}
+DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR}
PKGNAME= compat13-1.3.3
PKGREVISION= 2
CATEGORIES= emulators
@@ -40,6 +40,12 @@ LOCALBASE= /usr
COMPAT_LIBDIR= lib
.endif
+.if ${MACHINE_ARCH} == "alpha"
+PKGMINOR= nb1
+.else
+PKGMINOR=
+.endif
+
PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR}
do-install: