summaryrefslogtreecommitdiff
path: root/www/w3m/Makefile.common
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-02 16:13:34 +0000
committeruebayasi <uebayasi>2003-01-02 16:13:34 +0000
commitbddea17e274170e0a2879435d7c7375bbed34adc (patch)
tree85b6a2d7b1b32ecf2add34e95113362d834fdefc /www/w3m/Makefile.common
parent241ab3e55618a4164548d6b123df2ec1ebed92ba (diff)
downloadpkgsrc-bddea17e274170e0a2879435d7c7375bbed34adc.tar.gz
Correct the place of auxiliary commands. Pointed out by Katsuomi
Hamajima. Bump pkgrevision.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r--www/w3m/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index c1af3337319..0851efdee88 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.12 2002/12/13 10:43:46 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.13 2003/01/02 16:13:34 uebayasi Exp $
#
DISTNAME= w3m-${W3M_VERS}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
@@ -119,6 +120,7 @@ CONFIGURE_ARGS+= --yes
CONFIGURE_ARGS+= --suffix=
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --bindir=${PREFIX}/bin
+CONFIGURE_ARGS+= --auxbindir=${PREFIX}/${HELPERDIR}
CONFIGURE_ARGS+= --libdir=${PREFIX}/${HELPERDIR}
CONFIGURE_ARGS+= --helpdir=${PREFIX}/${HELPDIR}
CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include