summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
commitdc9594e09db96635641a7e05b49d34b554b9bb21 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /sysutils
parent4ab7433a2c2c8636b92563136007796500cc4d1b (diff)
downloadpkgsrc-dc9594e09db96635641a7e05b49d34b554b9bb21.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/9base/Makefile3
-rw-r--r--sysutils/adtool/Makefile3
-rw-r--r--sysutils/amanda-common/Makefile3
-rw-r--r--sysutils/apcupsd/Makefile3
-rw-r--r--sysutils/bacula/Makefile.common3
-rw-r--r--sysutils/bkpupsd/Makefile3
-rw-r--r--sysutils/cfengine2/Makefile3
-rw-r--r--sysutils/dbus/Makefile.common3
-rw-r--r--sysutils/desktop-file-utils/Makefile3
-rw-r--r--sysutils/desktop-file-utils/desktopdb.mk3
-rw-r--r--sysutils/detox/Makefile3
-rw-r--r--sysutils/estd/Makefile3
-rw-r--r--sysutils/fam/Makefile3
-rw-r--r--sysutils/free/Makefile3
-rw-r--r--sysutils/gentoo/Makefile3
-rw-r--r--sysutils/gkrellm-server/Makefile3
-rw-r--r--sysutils/gkrellm/Makefile3
-rw-r--r--sysutils/gnome-menus/Makefile3
-rw-r--r--sysutils/gnome-vfs2/Makefile.common3
-rw-r--r--sysutils/libirman/Makefile3
-rw-r--r--sysutils/mtoolsfm/Makefile3
-rw-r--r--sysutils/nautilus-cd-burner/Makefile3
-rw-r--r--sysutils/nautilus/Makefile3
-rw-r--r--sysutils/radmind/Makefile3
-rw-r--r--sysutils/rsnapshot/Makefile3
-rw-r--r--sysutils/sarah/Makefile3
-rw-r--r--sysutils/smartmontools/Makefile3
-rw-r--r--sysutils/swapd/Makefile3
-rw-r--r--sysutils/tob/Makefile3
-rw-r--r--sysutils/tpb/Makefile3
-rw-r--r--sysutils/ups-nut-cgi/Makefile3
-rw-r--r--sysutils/ups-nut/Makefile3
-rw-r--r--sysutils/webmin/Makefile3
-rw-r--r--sysutils/xcdroast/Makefile3
-rw-r--r--sysutils/xen12/Makefile3
-rw-r--r--sysutils/xenconsole/Makefile3
-rw-r--r--sysutils/xentools12/Makefile3
-rw-r--r--sysutils/xentools20/Makefile3
-rw-r--r--sysutils/xfe/Makefile3
39 files changed, 39 insertions, 78 deletions
diff --git a/sysutils/9base/Makefile b/sysutils/9base/Makefile
index f445fd7810c..96f2e2da82f 100644
--- a/sysutils/9base/Makefile
+++ b/sysutils/9base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/12/06 18:50:36 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2005/12/29 06:22:16 jlam Exp $
#
DISTNAME= 9base-20051114
@@ -11,7 +11,6 @@ COMMENT= Port of various original plan9 tools
CONFLICTS= rc-[0-9]*
-USE_PKGINSTALL= yes
PKG_SHELL= bin/rc
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile
index 1dab1722a40..de793c5cd58 100644
--- a/sysutils/adtool/Makefile
+++ b/sysutils/adtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/29 06:22:16 jlam Exp $
#
DISTNAME= adtool-1.2
@@ -13,7 +13,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
PTHREAD_OPTS+= require
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index a9e3be35d9f..7e725e68a5e 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/08/23 11:48:51 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/29 06:22:16 jlam Exp $
PKGNAME= amanda-common-${VERS}
PKGREVISION= 2
@@ -6,7 +6,6 @@ SVR4_PKGNAME= amaco
COMMENT= Common libraries and binaries for Amanda
-USE_PKGINSTALL= YES
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 25d103c55ae..708a82dcd31 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/29 06:22:16 jlam Exp $
DISTNAME= apcupsd-3.8.6
PKGREVISION= 4
@@ -11,7 +11,6 @@ COMMENT= UPS power management for APCC Products
BUILD_USES_MSGFMT= yes
-USE_PKGINSTALL= yes
USE_TOOLS+= gmake sh
GNU_CONFIGURE= yes
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index 9d1f9bc6718..016d6610497 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2005/12/13 12:15:17 ghen Exp $
+# $NetBSD: Makefile.common,v 1.23 2005/12/29 06:22:16 jlam Exp $
DISTNAME= bacula-1.38.2
CATEGORIES= sysutils
@@ -10,7 +10,6 @@ COMMENT?= The Network Backup Solution
USE_LANGUAGES+= c++
USE_PKGLOCALEDIR= yes
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
BACULA_GROUP?= bacula
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile
index 34db5c2fe04..4b80f30b9d5 100644
--- a/sysutils/bkpupsd/Makefile
+++ b/sysutils/bkpupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:59 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2005/12/29 06:22:16 jlam Exp $
#
DISTNAME= bkpupsd-2.1.2
@@ -15,7 +15,6 @@ COMMENT= Simple UPS daemon for BK-Pro, BK series and FREQUPS F series
# Original program assumes BSD code base.
ONLY_FOR_PLATFORM= NetBSD-*-*
-USE_PKGINSTALL= YES
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
index 5e2ea08b1dd..5a37c5e3355 100644
--- a/sysutils/cfengine2/Makefile
+++ b/sysutils/cfengine2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/09/22 02:08:14 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/29 06:22:17 jlam Exp $
#
PKGREVISION= 3
@@ -15,7 +15,6 @@ BUILD_DEFS+= USE_INET6
CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
-USE_PKGINSTALL= YES
RCD_SCRIPTS= cfexecd cfservd cfenvd
pre-configure:
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index b03d3ba7dfa..87023d5c6a7 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.11 2005/12/29 06:22:17 jlam Exp $
#
# XXX Do not update to 0.30 or above yet. The API in the 0.2x series is
@@ -20,7 +20,6 @@ PATCHDIR= ${.CURDIR}/../../sysutils/dbus/patches
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
-USE_PKGINSTALL= YES
PKGCONFIG_OVERRIDE= dbus-1.pc
PKGCONFIG_OVERRIDE+= dbus-glib-1.pc
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile
index 77be1daa64b..4b049e7c368 100644
--- a/sysutils/desktop-file-utils/Makefile
+++ b/sysutils/desktop-file-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:17 jlam Exp $
#
DISTNAME= desktop-file-utils-0.10
@@ -13,7 +13,6 @@ USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
-USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/sysutils/desktop-file-utils/desktopdb.mk b/sysutils/desktop-file-utils/desktopdb.mk
index 7800fff021d..0d9c85801c3 100644
--- a/sysutils/desktop-file-utils/desktopdb.mk
+++ b/sysutils/desktop-file-utils/desktopdb.mk
@@ -1,4 +1,4 @@
-# $NetBSD: desktopdb.mk,v 1.2 2005/03/24 22:42:58 jlam Exp $
+# $NetBSD: desktopdb.mk,v 1.3 2005/12/29 06:22:17 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# desktop entries. It takes care of registering them in the global database.
@@ -9,7 +9,6 @@ DESKTOP_FILE_UTILS_MIMEDB_MK= # defined
.include "../../mk/bsd.prefs.mk"
-USE_PKGINSTALL= YES
INSTALL_EXTRA_TMPL+= ${.CURDIR}/../../sysutils/desktop-file-utils/files/install.tmpl
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/../../sysutils/desktop-file-utils/files/install.tmpl
diff --git a/sysutils/detox/Makefile b/sysutils/detox/Makefile
index f7165eee17f..1b41fff12b7 100644
--- a/sysutils/detox/Makefile
+++ b/sysutils/detox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/12/01 03:34:22 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/12/29 06:22:17 jlam Exp $
#
DISTNAME= detox-1.2.0-rc1
@@ -14,7 +14,6 @@ COMMENT= Removes non-standard characters from filenames
GNU_CONFIGURE= yes
INSTALL_TARGET= install-base install-unsafe-config
-USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/detox
CONF_FILES= ${EGDIR}/detoxrc ${PKG_SYSCONFDIR}/detoxrc
diff --git a/sysutils/estd/Makefile b/sysutils/estd/Makefile
index 15c491a52ed..b29e0174265 100644
--- a/sysutils/estd/Makefile
+++ b/sysutils/estd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/27 09:58:56 dillo Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/29 06:22:17 jlam Exp $
DISTNAME= estd-netbsd-r4
PKGNAME= estd-0.4
@@ -19,7 +19,6 @@ SUBST_STAGE.prefix= do-configure
SUBST_MESSAGE.prefix= Substituting PREFIX.
SUBST_FILES.prefix= *.sh
SUBST_SED.prefix= -e 's|@PREFIX@|${PREFIX}|'
-USE_PKGINSTALL= yes
RCD_SCRIPTS= estd
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile
index 1f334330e81..0d28d2a5cbd 100644
--- a/sysutils/fam/Makefile
+++ b/sysutils/fam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2005/12/29 06:22:17 jlam Exp $
#
DISTNAME= fam-2.7.0
@@ -21,7 +21,6 @@ NOT_FOR_PLATFORM= IRIX-*-*
USE_TOOLS+= gmake
USE_LIBTOOL= YES
-USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/sysutils/free/Makefile b/sysutils/free/Makefile
index 9a2b1c25972..81292349af3 100644
--- a/sysutils/free/Makefile
+++ b/sysutils/free/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:34 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/29 06:22:17 jlam Exp $
#
DISTNAME= free-1.0
@@ -9,7 +9,6 @@ DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Displays memory usage
-USE_PKGINSTALL= YES
# This pkg doesn't regard USE_INET6 (leave this comment for README-IPv6.html!)
WRKSRC= ${WRKDIR}
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile
index fe3ba2dda6d..e97826d82d6 100644
--- a/sysutils/gentoo/Makefile
+++ b/sysutils/gentoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/29 06:22:17 jlam Exp $
DISTNAME= gentoo-0.11.55
CATEGORIES= sysutils
@@ -10,7 +10,6 @@ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable
BUILD_USES_MSGFMT= yes
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/sysutils/gkrellm-server/Makefile b/sysutils/gkrellm-server/Makefile
index 5c204706521..45ecdbb2fd1 100644
--- a/sysutils/gkrellm-server/Makefile
+++ b/sysutils/gkrellm-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/12/05 20:51:00 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/29 06:22:17 jlam Exp $
.include "../../sysutils/gkrellm/Makefile.common"
GKRELLM_PKGBASE= gkrellm-server
@@ -6,7 +6,6 @@ COMMENT= Monitoring daemon remotely accessible by a GKrellM client
DEPENDS+= gkrellm-share-${GKRELLM_VERSION}:../../sysutils/gkrellm-share
USE_TOOLS+= pkg-config
-USE_PKGINSTALL= YES
PTHREAD_OPTS+= require
RCD_SCRIPTS= gkrellmd
CONF_FILES= ${PREFIX}/share/examples/gkrellm-server/gkrellmd.conf ${PREFIX}/etc/gkrellmd.conf
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index a106f51c8d3..4094e331965 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/12/05 20:51:00 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2005/12/29 06:22:18 jlam Exp $
.include "Makefile.common"
GKRELLM_PKGBASE= gkrellm
@@ -8,7 +8,6 @@ COMMENT= GTK2 based system monitor
DEPENDS+= gkrellm-share-${GKRELLM_VERSION}:../../sysutils/gkrellm-share
-USE_PKGINSTALL= YES
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/gnome-menus/Makefile b/sysutils/gnome-menus/Makefile
index e4ce3b7588e..23a8b71d831 100644
--- a/sysutils/gnome-menus/Makefile
+++ b/sysutils/gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/10/16 20:39:57 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= gnome-menus-2.12.0
@@ -14,7 +14,6 @@ GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.2
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --disable-python
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index ae0d392affb..ab3a38d9026 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile.common,v 1.26 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= gnome-vfs-2.12.1.1
@@ -22,7 +22,6 @@ USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
USE_MSGFMT_PLURALS= YES
-USE_PKGINSTALL= YES
CONFIGURE_ARGS+= --disable-cdda
CONFIGURE_ARGS+= --disable-fam
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
index fc274e8a29c..abdd9f7a8fa 100644
--- a/sysutils/libirman/Makefile
+++ b/sysutils/libirman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= libirman-0.4.1b
@@ -13,7 +13,6 @@ COMMENT= Programming library for Irman - infrared control
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/sysutils/mtoolsfm/Makefile b/sysutils/mtoolsfm/Makefile
index 1206632a5ea..9898fc95169 100644
--- a/sysutils/mtoolsfm/Makefile
+++ b/sysutils/mtoolsfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:26 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= MToolsFM-1.9-3
@@ -13,7 +13,6 @@ COMMENT= Easy MS-DOS disk access without learning MS-DOS commands
DEPENDS+= mtools>=3.9.7:../../sysutils/mtools
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-conffile=${PKG_SYSCONFDIR}/mtoolsfm.conf
diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile
index 892a9935728..81e47db8782 100644
--- a/sysutils/nautilus-cd-burner/Makefile
+++ b/sysutils/nautilus-cd-burner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= nautilus-cd-burner-2.12.1
@@ -17,7 +17,6 @@ USE_MSGFMT_PLURALS= yes
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake pkg-config
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile
index 858afbaad5d..8dce3b0db36 100644
--- a/sysutils/nautilus/Makefile
+++ b/sysutils/nautilus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2005/12/05 23:55:19 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= nautilus-2.12.1
@@ -18,7 +18,6 @@ USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
USE_MSGFMT_PLURALS= yes
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= libnautilus-extension/libnautilus-extension.pc.in
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index 8f2ad6840c8..66c4b830f95 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:51:01 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= radmind-1.5.0
@@ -19,7 +19,6 @@ USE_TOOLS+= diff
BUILD_TARGET= all man rash
-USE_PKGINSTALL= YES
OWN_DIRS_PERMS+= ${VARBASE}/radmind \
${ROOT_USER} ${ROOT_GROUP} 0750
OWN_DIRS_PERMS+= ${VARBASE}/radmind/client \
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile
index c6006327756..76df3dc83db 100644
--- a/sysutils/rsnapshot/Makefile
+++ b/sysutils/rsnapshot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/27 08:56:47 kim Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= rsnapshot-1.2.1
@@ -15,7 +15,6 @@ DEPENDS+= p5-Lchown>=0.07:../../sysutils/p5-Lchown
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
-USE_PKGINSTALL= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile
index bc79ad258aa..636d1258118 100644
--- a/sysutils/sarah/Makefile
+++ b/sysutils/sarah/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/09/29 14:13:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/29 06:22:18 jlam Exp $
DISTNAME= sarah-0.9.1b
CATEGORIES= sysutils
@@ -14,7 +14,6 @@ REPLACE_PERL= sarah
NO_BUILD= YES
INSTALLATION_DIRS= bin man/man1
-USE_PKGINSTALL= YES
CONF_FILES+= ${PREFIX}/share/examples/sarah/sarah.conf.sample \
${PKG_SYSCONFDIR}/sarah.conf
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index bfe6accc0a3..87d4142810e 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/09/07 07:32:10 martin Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/29 06:22:18 jlam Exp $
DISTNAME= smartmontools-5.32
PKGREVISION= 3
@@ -12,7 +12,6 @@ COMMENT= Control and monitor storage systems using SMART
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
EGDIR= ${PREFIX}/share/examples/smartmontools
diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile
index 51385e619f2..9076a2b7895 100644
--- a/sysutils/swapd/Makefile
+++ b/sysutils/swapd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:33 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= swapd-1.0.3
@@ -12,7 +12,6 @@ COMMENT= Swap daemon for POSIX-compliant operating systems
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
USE_TOOLS+= gmake
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
RCD_SCRIPTS= swapd
diff --git a/sysutils/tob/Makefile b/sysutils/tob/Makefile
index 930effeeacf..45304e3e70e 100644
--- a/sysutils/tob/Makefile
+++ b/sysutils/tob/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/19 18:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/29 06:22:18 jlam Exp $
DISTNAME= tob-0.25
CATEGORIES= sysutils
@@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://tinyplanet.ca/projects/tob/
COMMENT= General driver for making and maintaining backups
-USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/tob
CONF_FILES= ${EGDIR}/tob.rc ${PKG_SYSCONFDIR}/tob/tob.rc
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile
index f4a5c19c79d..8a3acb8596e 100644
--- a/sysutils/tpb/Makefile
+++ b/sysutils/tpb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:20 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= tpb-0.6.1
@@ -12,7 +12,6 @@ COMMENT= Utility to enable the IBM ThinkPad(tm) special keys
ONLY_FOR_PLATFORM= *-*-i386
-USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= YES
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile
index 16c7d367111..11d2c32fc28 100644
--- a/sysutils/ups-nut-cgi/Makefile
+++ b/sysutils/ups-nut-cgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/12/05 23:55:20 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2005/12/29 06:22:18 jlam Exp $
DISTNAME= nut-2.0.1
PKGNAME= ups-nut-cgi-2.0.1
@@ -14,7 +14,6 @@ DEPENDS+= ups-nut-2.*:../../sysutils/ups-nut
BUILD_TARGET= cgi
INSTALL_TARGET= install-cgi
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR:Q} \
--datadir=${NUT_DATADIR:Q} \
diff --git a/sysutils/ups-nut/Makefile b/sysutils/ups-nut/Makefile
index 15ec5e07d57..ec37ddb85ce 100644
--- a/sysutils/ups-nut/Makefile
+++ b/sysutils/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:20 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2005/12/29 06:22:18 jlam Exp $
#
DISTNAME= nut-2.0.1
@@ -10,7 +10,6 @@ MAINTAINER= lukem@NetBSD.org
HOMEPAGE= http://www.networkupstools.org/
COMMENT= Network UPS Tools
-USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR:Q} \
--datadir=${NUT_DATADIR:Q} \
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 0ee9ddb0fb3..901c271903a 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/17 05:20:23 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:18 jlam Exp $
DISTNAME= webmin-1.170-minimal
PKGNAME= ${DISTNAME:S/-minimal$//}
@@ -28,7 +28,6 @@ FILES_SUBST+= WEBMIN_ETCDIR=${WEBMIN_ETCDIR:Q}
FILES_SUBST+= WEBMIN_LOGDIR=${WEBMIN_LOGDIR:Q}
MESSAGE_SUBST+= WEBMIN_DIR=${WEBMIN_DIR}
-USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL
RCD_SCRIPTS= webmin
OWN_DIRS= ${WEBMIN_LOGDIR}
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index 466feb603f2..9631d705dfa 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/12/05 23:55:20 rillig Exp $
+# $NetBSD: Makefile,v 1.39 2005/12/29 06:22:19 jlam Exp $
DISTNAME= xcdroast-0.98alpha15
PKGNAME= xcdroast-0.98a15
@@ -15,7 +15,6 @@ BUILD_USES_MSGFMT= YES
DEPENDS+= cdrecord-xcdroast-0.98a15.*:../../sysutils/cdrecord-xcdroast
USE_TOOLS+= gmake pkg-config
-USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
diff --git a/sysutils/xen12/Makefile b/sysutils/xen12/Makefile
index 16f2c30ffc4..529f23f603b 100644
--- a/sysutils/xen12/Makefile
+++ b/sysutils/xen12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:33 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:22:19 jlam Exp $
#
DISTNAME= xeno-1.2-src-040418
@@ -18,7 +18,6 @@ ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}/xeno-1.2/xen
BUILD_TARGET= default
-USE_PKGINSTALL= yes
USE_TOOLS+= gmake
diff --git a/sysutils/xenconsole/Makefile b/sysutils/xenconsole/Makefile
index 4a781ef616c..3087188c474 100644
--- a/sysutils/xenconsole/Makefile
+++ b/sysutils/xenconsole/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 18:36:00 martti Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/29 06:22:19 jlam Exp $
DISTNAME= xenConsole-r0.15b1-1
PKGNAME= xenconsole-0.15b1.1
@@ -31,7 +31,6 @@ SUBST_SED.xenconsole+= -e "s,@LOCALBASE@,${LOCALBASE},g"
REPLACE_PERL= xcon.pl xsnmp.pm
-USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/xenconsole
CONF_FILES= ${EGDIR}/xcon.ini ${PKG_SYSCONFDIR}/xcon.ini
diff --git a/sysutils/xentools12/Makefile b/sysutils/xentools12/Makefile
index 0508b7ab251..12fe3abe24b 100644
--- a/sysutils/xentools12/Makefile
+++ b/sysutils/xentools12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:51:02 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/29 06:22:19 jlam Exp $
#
DISTNAME= xeno-1.2-src-040418
@@ -18,7 +18,6 @@ ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}/xeno-1.2/tools
PKG_SYSCONFSUBDIR?= xc12
-USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/${PKGNAME_NOREV}
CONF_FILES= ${EGDIR}/defaults ${PKG_SYSCONFDIR}/defaults
CONF_FILES+= ${EGDIR}/democd ${PKG_SYSCONFDIR}/democd
diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile
index 167924a1b42..0a7d19b8477 100644
--- a/sysutils/xentools20/Makefile
+++ b/sysutils/xentools20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 20:51:02 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/29 06:22:19 jlam Exp $
#
DISTNAME= xen-2.0.7-src
@@ -14,7 +14,6 @@ COMMENT= Userland Tools for Xen
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR= xen
ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386
diff --git a/sysutils/xfe/Makefile b/sysutils/xfe/Makefile
index 230f8f3cbe8..8bfa8afda35 100644
--- a/sysutils/xfe/Makefile
+++ b/sysutils/xfe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/07/25 10:55:44 adam Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/29 06:22:19 jlam Exp $
DISTNAME= xfe-0.84
CATEGORIES= sysutils
@@ -11,7 +11,6 @@ COMMENT= Fast MS-Explorer like filemanager for X
BUILD_USES_MSGFMT= yes
USE_DIRS+= xdg-1.1
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes