pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/sarg Use PKGMANDIR for the man page location.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f76a529e80c
branches:  trunk
changeset: 500399:5f76a529e80c
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 07 17:57:59 2005 +0000

description:
Use PKGMANDIR for the man page location.
This strange configure script uses --enable-mandir and it overrides
--mandir.

diffstat:

 www/sarg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c431003d64dd -r 5f76a529e80c www/sarg/Makefile
--- a/www/sarg/Makefile Fri Oct 07 17:46:12 2005 +0000
+++ b/www/sarg/Makefile Fri Oct 07 17:57:59 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index