diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-29 22:05:33 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-29 22:05:33 +0000 |
commit | 9551b671bcccd54fdc48af921ebc15f1de8999e6 (patch) | |
tree | 857802f58afd216b9ab5b255a0671e9c4a9f2291 /sysutils | |
parent | 7c9d37db1d30cc3423287b1841dc1a5cb96bbaf4 (diff) | |
download | pkgsrc-9551b671bcccd54fdc48af921ebc15f1de8999e6.tar.gz |
Package supports installation to DESTDIR.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/desktop-file-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile index 1fe98bca232..ae04a65bcf6 100644 --- a/sysutils/desktop-file-utils/Makefile +++ b/sysutils/desktop-file-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/09/07 16:11:19 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/11/29 22:08:34 heinz Exp $ # DISTNAME= desktop-file-utils-0.14 @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.freedesktop.org/wiki/Software/desktop-file-utils COMMENT= Utilities to manage desktop entries +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 |