diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-01-02 16:13:34 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-01-02 16:13:34 +0000 |
commit | 2577d3774898d63a87204110d227386b94a447d4 (patch) | |
tree | 85b6a2d7b1b32ecf2add34e95113362d834fdefc /www/w3m | |
parent | 8fe488e81d84e67ac341421d5cc57599e5baa0db (diff) | |
download | pkgsrc-2577d3774898d63a87204110d227386b94a447d4.tar.gz |
Correct the place of auxiliary commands. Pointed out by Katsuomi
Hamajima. Bump pkgrevision.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile.common | 4 |
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 |