diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:06:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:06:43 +0000 |
commit | 5dfaaf310b1ff0153e44057c03786c526d867998 (patch) | |
tree | 70a6fae62ebc2a27f975798423c758d6cff61075 /textproc/libxslt | |
parent | 34ab94198021467642fe8dd956512d328b14141d (diff) | |
download | pkgsrc-5dfaaf310b1ff0153e44057c03786c526d867998.tar.gz |
DESTDIR support.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index c9e54af3cab..65b91e60169 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/10/30 21:03:21 drochner Exp $ +# $NetBSD: Makefile,v 1.70 2006/11/05 17:06:43 joerg Exp $ DISTNAME= libxslt-1.1.18 CATEGORIES= textproc @@ -10,6 +10,7 @@ HOMEPAGE= http://xmlsoft.org/XSLT/ COMMENT= XSLT parser library from the GNOME project PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl USE_LIBTOOL= yes |