pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/rar Set NO_BUILDLINK, since this does not bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a29e4279e86
branches:  trunk
changeset: 483141:5a29e4279e86
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 08 13:38:17 2004 +0000

description:
Set NO_BUILDLINK, since this does not build anything,
and remove dead master site.

diffstat:

 archivers/rar/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1245f34c1dc6 -r 5a29e4279e86 archivers/rar/Makefile
--- a/archivers/rar/Makefile    Mon Nov 08 13:34:31 2004 +0000
+++ b/archivers/rar/Makefile    Mon Nov 08 13:38:17 2004 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.37 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2004/11/08 13:38:17 wiz Exp $
 # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp
 #
 
 DISTNAME=              rarbsd
 PKGNAME=               rar-2.02
 CATEGORIES=            archivers
-MASTER_SITES=          ftp://rarsoft.ti.sk/pub/rar/ \
-                       ftp://ftp.elf.stuba.sk/pub/pc/pack/
+MASTER_SITES=          ftp://ftp.elf.stuba.sk/pub/pc/pack/
 EXTRACT_SUFX=          .sfx
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -21,7 +20,7 @@
 
 WRKSRC=                        ${WRKDIR}
 EXTRACT_CMD=           ${DOWNLOADED_DISTFILE} >/dev/null
-USE_BUILDLINK3=                yes
+NO_BUILDLINK=          yes
 
 pre-extract:
        @if [ -z "$$KERNEL" ]; then \



Home | Main Index | Thread Index | Old Index