diff options
author | joerg <joerg@pkgsrc.org> | 2010-07-07 00:29:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-07-07 00:29:32 +0000 |
commit | 48384e4c4c05d90edc63e86a949f577774bd71b4 (patch) | |
tree | 6af573e777c018500819a1468b28a27d558051a8 /textproc/xml2doc/Makefile | |
parent | 7b9cacac3593c371556f71482f2e781273afd14a (diff) | |
download | pkgsrc-48384e4c4c05d90edc63e86a949f577774bd71b4.tar.gz |
DESTDIR support
Diffstat (limited to 'textproc/xml2doc/Makefile')
-rw-r--r-- | textproc/xml2doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xml2doc/Makefile b/textproc/xml2doc/Makefile index d1e25c8395c..c1170abc3a4 100644 --- a/textproc/xml2doc/Makefile +++ b/textproc/xml2doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/07/06 10:17:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2010/07/07 00:29:32 joerg Exp $ # DISTNAME= xml2doc-20030510 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xml2doc.sourceforge.net/ COMMENT= Xml to document formats converter +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/xml2doc USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |