summaryrefslogtreecommitdiff
path: root/sysutils/desktop-file-utils
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/desktop-file-utils
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/desktop-file-utils')
-rw-r--r--sysutils/desktop-file-utils/Makefile3
-rw-r--r--sysutils/desktop-file-utils/desktopdb.mk3
2 files changed, 2 insertions, 4 deletions
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