diff options
author | tonio <tonio@pkgsrc.org> | 2010-03-15 21:00:56 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2010-03-15 21:00:56 +0000 |
commit | d6212f98280cc497cd1ff6e95222484e4d20a763 (patch) | |
tree | d7345d536a1c0406b174e65cb94d446d0c375710 | |
parent | fc191d50012dee3391115ede7cf14937ee49fa75 (diff) | |
download | pkgsrc-d6212f98280cc497cd1ff6e95222484e4d20a763.tar.gz |
Add destdir support
-rw-r--r-- | textproc/hevea/Makefile | 5 | ||||
-rw-r--r-- | textproc/hevea/distinfo | 4 | ||||
-rw-r--r-- | textproc/hevea/patches/patch-aa | 7 |
3 files changed, 10 insertions, 6 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" diff --git a/textproc/hevea/distinfo b/textproc/hevea/distinfo index 41232e4d93f..04103ed6b40 100644 --- a/textproc/hevea/distinfo +++ b/textproc/hevea/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2008/01/13 19:24:49 tonio Exp $ +$NetBSD: distinfo,v 1.12 2010/03/15 21:00:56 tonio Exp $ SHA1 (hevea-1.10/hevea-1.10.tar.gz) = d3b07ad59b815899d953d18b480faa856b77077b RMD160 (hevea-1.10/hevea-1.10.tar.gz) = 651e8799bc4e8ca0c893cf7668df4ff1bf15d9d7 Size (hevea-1.10/hevea-1.10.tar.gz) = 305269 bytes -SHA1 (patch-aa) = 74bfb1c1b797bf1cbee90e035d53755695c3a190 +SHA1 (patch-aa) = fb4ce715523f9092122d143670cf382237c73e1f diff --git a/textproc/hevea/patches/patch-aa b/textproc/hevea/patches/patch-aa index a3090305464..d954f06a5e5 100644 --- a/textproc/hevea/patches/patch-aa +++ b/textproc/hevea/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2008/01/13 19:24:49 tonio Exp $ +$NetBSD: patch-aa,v 1.10 2010/03/15 21:00:57 tonio Exp $ ---- Makefile.orig 2007-06-11 17:23:08.000000000 +0200 +--- Makefile.orig 2007-06-11 15:23:08.000000000 +0000 +++ Makefile @@ -1,16 +1,16 @@ #### Standard configuration parameters @@ -16,7 +16,8 @@ $NetBSD: patch-aa,v 1.9 2008/01/13 19:24:49 tonio Exp $ # Where to install programms BINDIR=$(PREFIX)/bin # Install prefix prefix - DESTDIR= +-DESTDIR= ++#DESTDIR= #Where to install hevea.sty -LATEXLIBDIR=$(PREFIX)/lib/hevea +LATEXLIBDIR=$(LIBDIR) |