pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove unnecessary DECOMPRESS_CMD setting, which is au...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/489f56e6372c
branches:  trunk
changeset: 506613:489f56e6372c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jan 19 23:00:24 2006 +0000

description:
Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.

diffstat:

 games/xroach/Makefile       |  3 +--
 graphics/get_ds7/Makefile   |  3 +--
 misc/setiathome/Makefile    |  3 +--
 net/libsscript/Makefile     |  4 +---
 security/ddos-scan/Makefile |  3 +--
 5 files changed, 5 insertions(+), 11 deletions(-)

diffs (86 lines):

diff -r b78beb2242f5 -r 489f56e6372c games/xroach/Makefile
--- a/games/xroach/Makefile     Thu Jan 19 22:56:20 2006 +0000
+++ b/games/xroach/Makefile     Thu Jan 19 23:00:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/19 23:00:24 jlam Exp $
 #
 
 DISTNAME=      xroach
@@ -11,7 +11,6 @@
 COMMENT=       Cockroaches hide under your windows
 
 DIST_SUBDIR=   xroach-4.4
-DECOMPRESS_CMD=        ${CAT}
 MAKE_ENV+=     BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} BINMODE=${BINMODE:Q} \
                MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} MANMODE=${MANMODE:Q}
 MANCOMPRESSED_IF_MANZ= yes
diff -r b78beb2242f5 -r 489f56e6372c graphics/get_ds7/Makefile
--- a/graphics/get_ds7/Makefile Thu Jan 19 22:56:20 2006 +0000
+++ b/graphics/get_ds7/Makefile Thu Jan 19 23:00:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:19 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/19 23:00:24 jlam Exp $
 #
 
 DISTNAME=      get_ds7_1.2.4
@@ -15,7 +15,6 @@
 USE_TOOLS+=    perl:run
 
 WRKSRC=                ${WRKDIR}/ds-7_1.2.4
-DECOMPRESS_CMD=        ${CAT}
 
 PERL5_CONFIGURE=       no
 NO_BUILD=              yes
diff -r b78beb2242f5 -r 489f56e6372c misc/setiathome/Makefile
--- a/misc/setiathome/Makefile  Thu Jan 19 22:56:20 2006 +0000
+++ b/misc/setiathome/Makefile  Thu Jan 19 23:00:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/12/29 06:21:55 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/01/19 23:00:24 jlam Exp $
 #
 
 DISTNAME=       ${PKGNAME_NOREV}
@@ -54,7 +54,6 @@
 ONLY_FOR_PLATFORM+= Linux-*-i386 Linux-*-x86_64
 
 DIST_SUBDIR=    setiathome
-DECOMPRESS_CMD=        ${CAT}
 NO_BUILD=      yes
 
 RCD_SCRIPTS=   setiathome
diff -r b78beb2242f5 -r 489f56e6372c net/libsscript/Makefile
--- a/net/libsscript/Makefile   Thu Jan 19 22:56:20 2006 +0000
+++ b/net/libsscript/Makefile   Thu Jan 19 23:00:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/10/03 00:17:55 tv Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/19 23:00:24 jlam Exp $
 #
 
 DISTNAME=      sscript-lib2.0
@@ -12,8 +12,6 @@
 HOMEPAGE=      http://www.linuxave.net/~drow/SocketScript/
 COMMENT=       Simple library for creating network oriented software in C
 
-DECOMPRESS_CMD=        ${CAT}
-
 NO_CONFIGURE=  YES
 USE_LIBTOOL=   YES
 
diff -r b78beb2242f5 -r 489f56e6372c security/ddos-scan/Makefile
--- a/security/ddos-scan/Makefile       Thu Jan 19 22:56:20 2006 +0000
+++ b/security/ddos-scan/Makefile       Thu Jan 19 23:00:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:31 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/19 23:00:24 jlam Exp $
 #
 
 DISTNAME=      ddos_scan
@@ -11,7 +11,6 @@
 HOMEPAGE=      http://staff.washington.edu/dittrich/
 COMMENT=       Scan for a limited set of distributed denial of service (ddos) agents
 
-DECOMPRESS_CMD=        ${CAT}
 BUILD_TARGET=  default dds
 
 INSTALLATION_DIRS=     sbin share/doc



Home | Main Index | Thread Index | Old Index