summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorreed <reed>2005-10-07 17:57:59 +0000
committerreed <reed>2005-10-07 17:57:59 +0000
commit7778caf37419f93dbb89f548218d563ac0607adb (patch)
treea22650a53255e9027520559d935476895f753045 /www
parent0136e068b60e79eb226f31088e0129f28cc6ff3b (diff)
downloadpkgsrc-7778caf37419f93dbb89f548218d563ac0607adb.tar.gz
Use PKGMANDIR for the man page location.
This strange configure script uses --enable-mandir and it overrides --mandir.
Diffstat (limited to 'www')
-rw-r--r--www/sarg/Makefile4
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