diff options
-rw-r--r-- | games/xroach/Makefile | 3 | ||||
-rw-r--r-- | graphics/get_ds7/Makefile | 3 | ||||
-rw-r--r-- | misc/setiathome/Makefile | 3 | ||||
-rw-r--r-- | net/libsscript/Makefile | 4 | ||||
-rw-r--r-- | security/ddos-scan/Makefile | 3 |
5 files changed, 5 insertions, 11 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 1c29732c42b..c99ad98203c 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index cc1f3ff4a58..5d44a396ce9 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -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 @@ COMMENT= Read pictures from a FUJIFILM DS-7(DS series) digital camera USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/ds-7_1.2.4 -DECOMPRESS_CMD= ${CAT} PERL5_CONFIGURE= no NO_BUILD= yes diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile index ea151be6e57..9be70241352 100644 --- a/misc/setiathome/Makefile +++ b/misc/setiathome/Makefile @@ -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+= OpenBSD-*-sparc64 SunOS-*-sparc SunOS-*-i386 Linux-*-i386 ONLY_FOR_PLATFORM+= Linux-*-i386 Linux-*-x86_64 DIST_SUBDIR= setiathome -DECOMPRESS_CMD= ${CAT} NO_BUILD= yes RCD_SCRIPTS= setiathome diff --git a/net/libsscript/Makefile b/net/libsscript/Makefile index 32443114bf6..5ef3383c544 100644 --- a/net/libsscript/Makefile +++ b/net/libsscript/Makefile @@ -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 @@ MAINTAINER= rh@NetBSD.org 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 --git a/security/ddos-scan/Makefile b/security/ddos-scan/Makefile index c390a8d97d5..98c49a3a3a8 100644 --- a/security/ddos-scan/Makefile +++ b/security/ddos-scan/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 |