summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 18:52:35 +0000
committerjoerg <joerg>2010-01-29 18:52:35 +0000
commit221ef73056bd98814fe3021d65bf86059c55d4c9 (patch)
tree98fc7bc9a4e3b2aae518fb541a130149298f94b8 /textproc
parent517d39bdb56176227622a9128b5dfa68e87579f0 (diff)
downloadpkgsrc-221ef73056bd98814fe3021d65bf86059c55d4c9.tar.gz
DESTDIR support
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hugs-HaXml/Makefile4
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"