diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-08 16:48:23 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-08 16:48:23 +0000 |
commit | c39c6cae16514fedbae81465718f561f8fec743e (patch) | |
tree | d56c0435434f818e1058911677e152eb05f8f72a /textproc/texi2html | |
parent | c44cb07a407a163e2fec68c44a18f47ff234fea1 (diff) | |
download | pkgsrc-c39c6cae16514fedbae81465718f561f8fec743e.tar.gz |
Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 403a93cb4d9..c7826e7a1ff 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2002/08/25 21:51:20 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/05/08 16:48:23 jmmv Exp $ # DISTNAME= texi2html-1.64 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/ @@ -14,5 +15,7 @@ CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567] USE_BUILDLINK2= YES GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |