pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/inn Remove the --mandir CONFIGURE_ARGS setting as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce5a006245a9
branches:  trunk
changeset: 500401:ce5a006245a9
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 07 18:08:25 2005 +0000

description:
Remove the --mandir CONFIGURE_ARGS setting as this is now done
for GNU_CONFIGURE automatically.

(This has been in my personal pkgsrc for a while.)

diffstat:

 news/inn/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 740eb7248c9f -r ce5a006245a9 news/inn/Makefile
--- a/news/inn/Makefile Fri Oct 07 18:05:07 2005 +0000
+++ b/news/inn/Makefile Fri Oct 07 18:08:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/09/22 15:38:39 tron Exp $
+# $NetBSD: Makefile,v 1.72 2005/10/07 18:08:25 reed Exp $
 
 DISTNAME=              inn-2.4.1
 PKGREVISION=           8
@@ -23,7 +23,6 @@
 GNU_CONFIGURE_PREFIX=  ${INN_PREFIX}
 CONFIGURE_ARGS+=       --enable-setgid-inews                           \
                        --enable-uucp-rnews                             \
-                       --mandir=${PREFIX}/man                          \
                        --with-perl                                     \
                        --with-openssl=${SSLBASE}                       \
                        --with-tmp-dir=${INN_DATA_DIR}/tmp              \



Home | Main Index | Thread Index | Old Index