From b2daa161e313c7a7ec9a1e7810741bcc28874a1d Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 27 Feb 2005 22:42:30 +0000 Subject: Put back part of the ${PKGMINOR} handling, but keep the PKGREVISION at 2, due too the nb1 usage in the DISTNAME. --- emulators/compat13/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'emulators') 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: -- cgit v1.2.3