pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/rar-linux Change PKGNAME to rar-linux, to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24664900c9bf
branches:  trunk
changeset: 494904:24664900c9bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 31 20:48:17 2005 +0000

description:
Change PKGNAME to rar-linux, to match directory name.
Noted by Lars Nordlund.

diffstat:

 archivers/rar-linux/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e266e09085ed -r 24664900c9bf archivers/rar-linux/Makefile
--- a/archivers/rar-linux/Makefile      Tue May 31 20:44:02 2005 +0000
+++ b/archivers/rar-linux/Makefile      Tue May 31 20:48:17 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2005/05/24 13:25:48 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/31 20:48:17 wiz Exp $
 #
 
 DISTNAME=              rarlinux-3.4.1
+PKGNAME=               ${DISTNAME:C/linux/-linux/}
 CATEGORIES=            archivers
 MASTER_SITES=          http://www.rarsoft.com/rar/ \
                        ftp://ftp.rarsoft.com/rar/
@@ -16,6 +17,9 @@
                        NetBSD-[2-9]*-i386 Linux-*-i[3-6]86
 WRKSRC=                        ${WRKDIR}/rar
 
+# old name of the package
+CONFLICTS=             rarlinux-[0-9]*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index