pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hevea Add destdir support
details: https://anonhg.NetBSD.org/pkgsrc/rev/1066d09c3ce1
branches: trunk
changeset: 573334:1066d09c3ce1
user: tonio <tonio%pkgsrc.org@localhost>
date: Mon Mar 15 21:00:56 2010 +0000
description:
Add destdir support
diffstat:
textproc/hevea/Makefile | 5 ++++-
textproc/hevea/distinfo | 4 ++--
textproc/hevea/patches/patch-aa | 7 ++++---
3 files changed, 10 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 223b1d3e490c -r 1066d09c3ce1 textproc/hevea/Makefile
--- a/textproc/hevea/Makefile Mon Mar 15 19:44:02 2010 +0000
+++ b/textproc/hevea/Makefile Mon Mar 15 21:00:56 2010 +0000
@@ -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 @@
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 -r 223b1d3e490c -r 1066d09c3ce1 textproc/hevea/distinfo
--- a/textproc/hevea/distinfo Mon Mar 15 19:44:02 2010 +0000
+++ b/textproc/hevea/distinfo Mon Mar 15 21:00:56 2010 +0000
@@ -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 -r 223b1d3e490c -r 1066d09c3ce1 textproc/hevea/patches/patch-aa
--- a/textproc/hevea/patches/patch-aa Mon Mar 15 19:44:02 2010 +0000
+++ b/textproc/hevea/patches/patch-aa Mon Mar 15 21:00:56 2010 +0000
@@ -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 @@
# Where to install programms
BINDIR=$(PREFIX)/bin
# Install prefix prefix
- DESTDIR=
+-DESTDIR=
++#DESTDIR=
#Where to install hevea.sty
-LATEXLIBDIR=$(PREFIX)/lib/hevea
+LATEXLIBDIR=$(LIBDIR)
Home |
Main Index |
Thread Index |
Old Index