diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 20:48:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 20:48:17 +0000 |
commit | 35757d3de15fe35754aedab12444fdb6b86d80b9 (patch) | |
tree | 927dab798752c0d5ed0e1cdbd3fc67377035c25e /archivers | |
parent | 390ee38b799a2ddc15cf4eb8c638a57507591d5b (diff) | |
download | pkgsrc-35757d3de15fe35754aedab12444fdb6b86d80b9.tar.gz |
Change PKGNAME to rar-linux, to match directory name.
Noted by Lars Nordlund.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar-linux/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/rar-linux/Makefile b/archivers/rar-linux/Makefile index 47dc72405ed..5e8dce8b524 100644 --- a/archivers/rar-linux/Makefile +++ b/archivers/rar-linux/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z[A-Z]-i386 NetBSD-1.6*-i386 \ 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" |