diff options
author | veego <veego> | 2005-02-27 22:42:30 +0000 |
---|---|---|
committer | veego <veego> | 2005-02-27 22:42:30 +0000 |
commit | 2ee895147d672f9b9c6cec303bfec7a7efec6674 (patch) | |
tree | 8fd61ed07d875cd81bda2e7d00d8df72195d8002 /emulators/compat13 | |
parent | 865c03b73f1eb976f5767e0699f4ff17571f2c2a (diff) | |
download | pkgsrc-2ee895147d672f9b9c6cec303bfec7a7efec6674.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/compat13')
-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: |