diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-14 18:51:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-14 18:51:36 +0000 |
commit | bc8a5758f1e0a7f929afe4cf4618664f804b9b16 (patch) | |
tree | 4f36a0f641baee05a7984b3bb16ef767274446e7 /pkgtools/packagekit | |
parent | ddb0e17cb5b3e27adb94ac3b62a84bc80674458f (diff) | |
download | pkgsrc-bc8a5758f1e0a7f929afe4cf4618664f804b9b16.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/Makefile | 7 |
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 |