summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-04-09 00:48:06 +0000
committerjoerg <joerg@pkgsrc.org>2009-04-09 00:48:06 +0000
commit9840e186c09ad82df2bcea92fffcce5a819c03c2 (patch)
treebab33acb040ad1708a35131b11af0af8cf0dc5e8 /sysutils
parentca54aff5ca2466cff66bda45af9d9d0f88b21ffe (diff)
downloadpkgsrc-9840e186c09ad82df2bcea92fffcce5a819c03c2.tar.gz
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/adjustkernel/Makefile3
-rw-r--r--sysutils/dmesg2gif/Makefile4
-rw-r--r--sysutils/easydiskpasswd/Makefile3
-rw-r--r--sysutils/fixelfprot/Makefile3
-rw-r--r--sysutils/free/Makefile4
-rw-r--r--sysutils/install-sh/Makefile3
-rw-r--r--sysutils/lambd/Makefile5
-rw-r--r--sysutils/mklivecd/Makefile4
-rw-r--r--sysutils/mtscan/Makefile4
-rw-r--r--sysutils/user_darwin/Makefile3
-rw-r--r--sysutils/user_interix/Makefile3
-rw-r--r--sysutils/xenvstat/Makefile3
12 files changed, 12 insertions, 30 deletions
diff --git a/sysutils/adjustkernel/Makefile b/sysutils/adjustkernel/Makefile
index 9ba3ac2e000..fb8c4d03e93 100644
--- a/sysutils/adjustkernel/Makefile
+++ b/sysutils/adjustkernel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/04/08 22:43:25 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/09 00:48:16 joerg Exp $
DISTNAME= adjustkernel-1.7
CATEGORIES= sysutils
@@ -11,7 +11,6 @@ COMMENT= Generate a NetBSD kernel config
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
-NO_CHECKSUM= yes
NO_BUILD= yes
USE_TOOLS+= perl:run
diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile
index 7c93e9e5cb9..4989df3ab7b 100644
--- a/sysutils/dmesg2gif/Makefile
+++ b/sysutils/dmesg2gif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/06/16 15:36:07 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/04/09 00:48:16 joerg Exp $
#
DISTNAME= dmesg2gif-1.3
@@ -15,9 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
WRKSRC= ${WRKDIR}
-EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_CHECKSUM= yes
NO_CONFIGURE= yes
USE_TOOLS+= perl:run
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff --git a/sysutils/easydiskpasswd/Makefile b/sysutils/easydiskpasswd/Makefile
index a4c11f2a3f9..25a8b083644 100644
--- a/sysutils/easydiskpasswd/Makefile
+++ b/sysutils/easydiskpasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/06/16 15:38:17 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/04/09 00:48:16 joerg Exp $
DISTNAME= easydiskpasswd-1.0
PKGREVISION= 1
@@ -10,7 +10,6 @@ COMMENT= Tool to unlock a password protected USB "EasyDisk"
PKG_DESTDIR_SUPPORT= user-destdir
-NO_CHECKSUM= yes
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
diff --git a/sysutils/fixelfprot/Makefile b/sysutils/fixelfprot/Makefile
index 0864e2a1aec..ccbdf7b4a13 100644
--- a/sysutils/fixelfprot/Makefile
+++ b/sysutils/fixelfprot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/06 21:14:19 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/09 00:48:16 joerg Exp $
DISTNAME= fixelfprot-20040714
CATEGORIES= sysutils
@@ -14,7 +14,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-powerpc
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
-NO_CHECKSUM= yes # sources are part of pkgsrc entry
NO_CONFIGURE= yes
INSTALLATION_DIRS= bin
diff --git a/sysutils/free/Makefile b/sysutils/free/Makefile
index 2203cd72039..7e148b5c9e7 100644
--- a/sysutils/free/Makefile
+++ b/sysutils/free/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/06/16 15:41:44 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2009/04/09 00:48:16 joerg Exp $
#
DISTNAME= free-1.0
@@ -14,8 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEFS+= IPV6_READY
WRKSRC= ${WRKDIR}
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
diff --git a/sysutils/install-sh/Makefile b/sysutils/install-sh/Makefile
index 86e8eefeaf3..cad8b81595e 100644
--- a/sysutils/install-sh/Makefile
+++ b/sysutils/install-sh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/04/08 22:43:25 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/09 00:48:16 joerg Exp $
DISTNAME= install-sh-20070712
CATEGORIES= sysutils
@@ -11,7 +11,6 @@ COMMENT= install script compatible with the BSD install program
PKG_DESTDIR_SUPPORT= user-destdir
BOOTSTRAP_PKG= yes
USE_TOOLS+= sed
-NO_CHECKSUM= yes
NO_BUILD= yes
# Use the install script to perform installation to avoid bootstrapping
diff --git a/sysutils/lambd/Makefile b/sysutils/lambd/Makefile
index e28717e9ef1..c0d8c5cc8ba 100644
--- a/sysutils/lambd/Makefile
+++ b/sysutils/lambd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/02/07 13:24:36 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2009/04/09 00:48:16 joerg Exp $
DISTNAME= lambd-20010719
PKGREVISION= 1
@@ -9,9 +9,6 @@ DISTFILES= # none
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Shutdown switch monitoring daemon for Wildlab LAMB
-EXTRACT_ONLY= # none
-NO_CHECKSUM= yes
-
ONLY_FOR_PLATFORM= NetBSD-*-i386
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/sysutils/mklivecd/Makefile b/sysutils/mklivecd/Makefile
index 6a2343141ed..5578de6c381 100644
--- a/sysutils/mklivecd/Makefile
+++ b/sysutils/mklivecd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2008/05/25 21:20:07 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2009/04/09 00:48:16 joerg Exp $
DISTNAME= mklivecd-0.16
CATEGORIES= sysutils
@@ -21,8 +21,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-x86_64
WRKSRC= ${WRKDIR}
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= YES
NO_CONFIGURE= YES
USE_TOOLS+= tar
diff --git a/sysutils/mtscan/Makefile b/sysutils/mtscan/Makefile
index a590f922f29..81b048a0619 100644
--- a/sysutils/mtscan/Makefile
+++ b/sysutils/mtscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/03/05 17:17:52 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2009/04/09 00:48:16 joerg Exp $
DISTNAME= mtscan-20050129
PKGREVISION= 1
@@ -14,8 +14,6 @@ NOT_FOR_PLATFORM= Interix-*-* # no local tape ioctls
PKG_DESTDIR_SUPPORT= user-destdir
-NO_CHECKSUM= yes
-
CPPFLAGS+= -DMTIO
INSTALLATION_DIRS= bin
diff --git a/sysutils/user_darwin/Makefile b/sysutils/user_darwin/Makefile
index 6d1ee1015f4..3da7fab4ef3 100644
--- a/sysutils/user_darwin/Makefile
+++ b/sysutils/user_darwin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/10/29 08:12:55 rh Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/09 00:48:17 joerg Exp $
#
DISTNAME= user-20071026
@@ -13,7 +13,6 @@ ONLY_FOR_PLATFORM= Darwin-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
diff --git a/sysutils/user_interix/Makefile b/sysutils/user_interix/Makefile
index 8bca43e813c..2e88eaf0a87 100644
--- a/sysutils/user_interix/Makefile
+++ b/sysutils/user_interix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/04/04 14:37:53 tv Exp $
+# $NetBSD: Makefile,v 1.8 2009/04/09 00:48:17 joerg Exp $
#
DISTNAME= user-20040426
@@ -13,7 +13,6 @@ ONLY_FOR_PLATFORM= Interix-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
diff --git a/sysutils/xenvstat/Makefile b/sysutils/xenvstat/Makefile
index abbbeb51471..634f8952531 100644
--- a/sysutils/xenvstat/Makefile
+++ b/sysutils/xenvstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/15 23:21:06 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/04/09 00:48:17 joerg Exp $
DISTNAME= xenvstat-20041127
PKGREVISION= 2
@@ -13,7 +13,6 @@ COMMENT= X11-based display environmental sensor readings
ONLY_FOR_PLATFORM= NetBSD-*-*
NO_CONFIGURE= yes
-NO_CHECKSUM= yes
LIBS+= -lXt -lX11 -lm