diff options
author | reed <reed@pkgsrc.org> | 2005-10-07 17:57:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-07 17:57:59 +0000 |
commit | cfff64635bc4ea59b978afa9e21cb2cdbc0ca6a6 (patch) | |
tree | a22650a53255e9027520559d935476895f753045 /www/sarg | |
parent | 858d36fa59051d46a9e0a740cee500cf67511af4 (diff) | |
download | pkgsrc-cfff64635bc4ea59b978afa9e21cb2cdbc0ca6a6.tar.gz |
Use PKGMANDIR for the man page location.
This strange configure script uses --enable-mandir and it overrides
--mandir.
Diffstat (limited to 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 216cde20463..7dd74d000dc 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/08/19 18:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/07 17:57:59 reed Exp $ DISTNAME= sarg-1.4.1 CATEGORIES= www @@ -14,7 +14,7 @@ COMMENT= Squid-Cache proxy server Analysis Report Generator GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gcc \ --enable-bindir=${PREFIX}/sbin \ - --enable-mandir=${PREFIX}/man/man1 \ + --enable-mandir=${PREFIX}/${PKGMANDIR}/man1 \ --enable-sysconfdir=${PKG_SYSCONFDIR} USE_PKGINSTALL= yes |