pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/rar Defining PKGNAME in main Makefile fixes ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fea5bf2556e
branches: trunk
changeset: 535298:8fea5bf2556e
user: jklos <jklos%pkgsrc.org@localhost>
date: Tue Nov 13 00:33:40 2007 +0000
description:
Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"
error for architectures other than i386.
diffstat:
archivers/rar/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r bf846a93af94 -r 8fea5bf2556e archivers/rar/Makefile
--- a/archivers/rar/Makefile Mon Nov 12 23:48:26 2007 +0000
+++ b/archivers/rar/Makefile Tue Nov 13 00:33:40 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2007/08/23 15:37:14 joerg Exp $
+# $NetBSD: Makefile,v 1.49 2007/11/13 00:33:40 jklos Exp $
DISTNAME= rar # overridden in Makefile.${EMUL_PLATFORM}
+PKGNAME= rar-2.02 # also overridden
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= # empty
@@ -9,7 +10,7 @@
HOMEPAGE= http://www.rarsoft.com/
COMMENT= RAR file archiver (binary)
-EMUL_PLATFORMS= linux-i386 netbsd-i386
+EMUL_PLATFORM= linux-i386 netbsd-i386
LICENSE= rar-license
RESTRICTED= Only unmodified original package can be distributed
Home |
Main Index |
Thread Index |
Old Index