diff options
author | jmmv <jmmv> | 2003-05-08 16:48:23 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-08 16:48:23 +0000 |
commit | 1e316c91b84b9f0bcf7935a09f7cd46e2b81498e (patch) | |
tree | d56c0435434f818e1058911677e152eb05f8f72a /textproc/texi2html | |
parent | 1b471cabc4f734c27c153277bbb937f67a95743f (diff) | |
download | pkgsrc-1e316c91b84b9f0bcf7935a09f7cd46e2b81498e.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" |