pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/inn Prevent paths to the build directories from b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52a0cecdd7b1
branches:  trunk
changeset: 496162:52a0cecdd7b1
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 23 21:57:45 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

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

diffs (26 lines):

diff -r 7d6d9593b8d3 -r 52a0cecdd7b1 news/inn/Makefile
--- a/news/inn/Makefile Thu Jun 23 21:36:01 2005 +0000
+++ b/news/inn/Makefile Thu Jun 23 21:57:45 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2005/04/11 21:47:03 tv Exp $
+# $NetBSD: Makefile,v 1.62 2005/06/23 21:57:45 kristerw Exp $
 
 DISTNAME=              inn-2.4.1
-PKGREVISION=   2
+PKGREVISION=           3
 CATEGORIES=            news
 MASTER_SITES=          ftp://ftp.isc.org/isc/inn/ \
                        ftp://ftp.sunet.se/pub/news/nntp/inn/ \
@@ -35,6 +35,12 @@
                        --with-news-user=${INN_USER}                    \
                        --with-news-group=${INN_GROUP}
 CONFIGURE_ENV+=                _PATH_PERL=${PERL5}
+CONFIGURE_ENV+=                ac_cv_path__PATH_AWK="${TOOLS_AWK}"
+CONFIGURE_ENV+=                ac_cv_path__PATH_EGREP="${TOOLS_EGREP}"
+CONFIGURE_ENV+=                ac_cv_path__PATH_SED="${TOOLS_SED}"
+CONFIGURE_ENV+=                ac_cv_path__PATH_SH="${TOOLS_SH}"
+CONFIGURE_ENV+=                ac_cv_path__PATH_SORT="${TOOLS_SORT}"
+USE_TOOLS+=            awk egrep sed sh sort
 
 PKG_USERS=             ${INN_USER}:${INN_GROUP}::Internet\\ News:${INN_DATA_DIR}:${SH}
 PKG_GROUPS=            ${INN_GROUP}



Home | Main Index | Thread Index | Old Index