summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-08 16:48:23 +0000
committerjmmv <jmmv>2003-05-08 16:48:23 +0000
commit1e316c91b84b9f0bcf7935a09f7cd46e2b81498e (patch)
treed56c0435434f818e1058911677e152eb05f8f72a /textproc
parent1b471cabc4f734c27c153277bbb937f67a95743f (diff)
downloadpkgsrc-1e316c91b84b9f0bcf7935a09f7cd46e2b81498e.tar.gz
Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/texi2html/Makefile5
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"