diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 18:52:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 18:52:35 +0000 |
commit | 5a4aeeda3992bbf3ab6ef5de9c293296005f529d (patch) | |
tree | 98fc7bc9a4e3b2aae518fb541a130149298f94b8 /textproc | |
parent | 22e0a57526429fc1111fed5f0010b5fe53e24efe (diff) | |
download | pkgsrc-5a4aeeda3992bbf3ab6ef5de9c293296005f529d.tar.gz |
DESTDIR support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hugs-HaXml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/hugs-HaXml/Makefile b/textproc/hugs-HaXml/Makefile index e2d41070b3d..1986a6fa91c 100644 --- a/textproc/hugs-HaXml/Makefile +++ b/textproc/hugs-HaXml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/03/07 12:51:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/29 18:52:35 joerg Exp $ # DISTNAME= HaXml-1.17.20060921 @@ -8,5 +8,7 @@ MAINTAINER= jmmv@NetBSD.org COMMENT= Haskell utilities for managing and generating XML documents HOMEPAGE= http://www.cs.york.ac.uk/fp/HaXml/ +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/hugs/package.mk" .include "../../mk/bsd.pkg.mk" |