diff options
author | heinz <heinz@pkgsrc.org> | 2007-08-06 20:29:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-08-06 20:29:36 +0000 |
commit | d51efab9fbc3523f19c13ef4a601fea0279dc0a2 (patch) | |
tree | 94fbf2ac4690ab544c780191a894793183c15674 /x11 | |
parent | 462a5ff1d9f29d5d97ca97956334a05e40a6ce9d (diff) | |
download | pkgsrc-d51efab9fbc3523f19c13ef4a601fea0279dc0a2.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libzvt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libzvt/Makefile b/x11/libzvt/Makefile index b6441c9cec2..878e33ff9a2 100644 --- a/x11/libzvt/Makefile +++ b/x11/libzvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:46:10 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/08/06 20:29:36 heinz Exp $ # DISTNAME= libzvt-2.0.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Virtual Terminal Widget Library for GNOME2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES |