diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat13/Makefile | 10 |
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: |