diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-06 17:41:31 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-06 17:41:31 +0000 |
commit | a1068bc1e8534f689b4b85a54c8eed2acf61ba97 (patch) | |
tree | d3125d267bae3f94143898a4816092771c6d1c1d /www | |
parent | e79a70281ef30cc313c9a44e5ed1072e57edfc0d (diff) | |
download | pkgsrc-a1068bc1e8534f689b4b85a54c8eed2acf61ba97.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml314/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml314/Makefile b/www/gtkhtml314/Makefile index 6fc0b108c92..ce53d55fcfa 100644 --- a/www/gtkhtml314/Makefile +++ b/www/gtkhtml314/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/11/29 20:26:08 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2008/01/06 17:41:31 heinz Exp $ # DISTNAME= gtkhtml-3.16.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Lightweight HTML rendering/printing/editing engine +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |