pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/compat13 Put back part of the ${PKGMINOR} ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90f15869785b
branches:  trunk
changeset: 489880:90f15869785b
user:      veego <veego%pkgsrc.org@localhost>
date:      Sun Feb 27 22:42:30 2005 +0000

description:
Put back part of the ${PKGMINOR} handling, but keep the PKGREVISION at 2,
due too the nb1 usage in the DISTNAME.

diffstat:

 emulators/compat13/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a653dae75514 -r 90f15869785b emulators/compat13/Makefile
--- a/emulators/compat13/Makefile       Sun Feb 27 22:30:43 2005 +0000
+++ b/emulators/compat13/Makefile       Sun Feb 27 22:42:30 2005 +0000
@@ -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 @@
 COMPAT_LIBDIR=         lib
 .endif
 
+.if ${MACHINE_ARCH} == "alpha"
+PKGMINOR=      nb1
+.else
+PKGMINOR=
+.endif
+
 PLIST_SUBST+=          COMPAT_LIBDIR=${COMPAT_LIBDIR}
 
 do-install:



Home | Main Index | Thread Index | Old Index