summaryrefslogtreecommitdiff
path: root/textproc/hevea/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2010-03-15 21:00:56 +0000
committertonio <tonio@pkgsrc.org>2010-03-15 21:00:56 +0000
commit2ed8da6406317f6ed9bac148dcb1ca88c4328cc5 (patch)
treed7345d536a1c0406b174e65cb94d446d0c375710 /textproc/hevea/Makefile
parent30c40ce2366d5a93cf069f69e189caa2fd858dd6 (diff)
downloadpkgsrc-2ed8da6406317f6ed9bac148dcb1ca88c4328cc5.tar.gz
Add destdir support
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r--textproc/hevea/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile
index e82792afdad..22947dd68ad 100644
--- a/textproc/hevea/Makefile
+++ b/textproc/hevea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/01/13 19:24:49 tonio Exp $
+# $NetBSD: Makefile,v 1.19 2010/03/15 21:00:56 tonio Exp $
DISTNAME= hevea-1.10
CATEGORIES= textproc
@@ -8,7 +8,10 @@ MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://pauillac.inria.fr/~maranget/hevea/
COMMENT= LaTeX to HTML translator
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_DEPENDS+= ocaml>=3.07:../../lang/ocaml
+MAKE_ENV+= DESTDIR=${DESTDIR}
DIST_SUBDIR= ${PKGNAME_NOREV}
.include "../../mk/bsd.prefs.mk"