diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-08 13:38:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-08 13:38:17 +0000 |
commit | e9466d787ca4c48f571bca797e4f4402f41316b8 (patch) | |
tree | 93e3ef947e26c20dbe6b7ce574c53667837a36da | |
parent | 530e26e7999e847adce5b5d02a838631ff0f32db (diff) | |
download | pkgsrc-e9466d787ca4c48f571bca797e4f4402f41316b8.tar.gz |
Set NO_BUILDLINK, since this does not build anything,
and remove dead master site.
-rw-r--r-- | archivers/rar/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index e43eecd9c8b..161aa1d6250 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -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 @@ -21,7 +20,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR} EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null -USE_BUILDLINK3= yes +NO_BUILDLINK= yes pre-extract: @if [ -z "$$KERNEL" ]; then \ |