diff options
author | wiz <wiz> | 2006-07-21 16:20:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-21 16:20:42 +0000 |
commit | dc3ce98e793a5182e1f1c96c336d7df12d36547a (patch) | |
tree | 83f4181a02d174569f5fc7162ab08199bdad4459 /net | |
parent | fc7bd8ce0ce8a3671e4f062e9bf38407dd9ba337 (diff) | |
download | pkgsrc-dc3ce98e793a5182e1f1c96c336d7df12d36547a.tar.gz |
Avoid creation of a "manman1" dir.
Diffstat (limited to 'net')
-rw-r--r-- | net/hobbitmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile index 3ef07f66e57..cb6e505daac 100644 --- a/net/hobbitmon/Makefile +++ b/net/hobbitmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/21 16:54:25 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/21 16:20:42 wiz Exp $ # DISTNAME= hobbit-4.0-beta6 @@ -59,7 +59,7 @@ CONFIGURE_ENV+= BBCGIURL=${BBCGIURL:Q} CONFIGURE_ENV+= HTTPDGID=${APACHE_GROUP:Q} CONFIGURE_ENV+= BBLOGDIR=${BBLOGDIR:Q} CONFIGURE_ENV+= BBHOSTIP=${BBHOSTIP:Q} -CONFIGURE_ENV+= MANROOT=${PREFIX}/${PKGMANDIR} +CONFIGURE_ENV+= MANROOT=${PREFIX}/${PKGMANDIR}/ CONFIGURE_ENV+= BARS=all CONFIGURE_ENV+= USENEWHIST=y CONFIGURE_ENV+= PIXELCOUNT=560 |