summaryrefslogtreecommitdiff
path: root/pkgtools/packagekit
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-14 18:51:36 +0000
committerjoerg <joerg>2009-02-14 18:51:36 +0000
commit43c67a36aa9041d2c47b3553cc9a65898fac6c15 (patch)
tree4f36a0f641baee05a7984b3bb16ef767274446e7 /pkgtools/packagekit
parent7ead5030c764f6c8252fdf0c45d931d95d37b70c (diff)
downloadpkgsrc-43c67a36aa9041d2c47b3553cc9a65898fac6c15.tar.gz
Ignore CHECK_INTERPRETER for two scripts likely not used on !Linux.
From a private discussion with jmcneill. Mark as destdir safe.
Diffstat (limited to 'pkgtools/packagekit')
-rw-r--r--pkgtools/packagekit/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile
index e7f9c21e2f2..c05ecabdd15 100644
--- a/pkgtools/packagekit/Makefile
+++ b/pkgtools/packagekit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/02/09 22:56:26 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/14 18:51:36 joerg Exp $
#
DISTNAME= PackageKit-0.4.0
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.packagekit.org/
COMMENT= System activated daemon for managing software updates
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake intltool autoconf
@@ -31,6 +33,9 @@ CONF_FILES+= ${EGDIR}/org.freedesktop.PackageKit.conf \
CONF_FILES+= ${EGDIR}/org.freedesktop.PackageKitTestBackend.conf \
${PKG_SYSCONFDIR}/dbus-1/system.d/org.freedesktop.PackageKitTestBackend.conf
+CHECK_INTERPRETER_SKIP+= lib/pm-utils/sleep.d/95packagekit \
+ share/PackageKit/helpers/test_spawn/search-name.sh
+
CONFIGURE_ARGS+= --disable-qt
CONFIGURE_ARGS+= --with-security-framework=polkit
CONFIGURE_ARGS+= --enable-pkgsrc