diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-23 21:57:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-23 21:57:45 +0000 |
commit | 76b784553fa06b71b661d16a806da3d0de7ac4f2 (patch) | |
tree | 30dc6e2a2eb5df81ea2ce7c2146f14d2bd66af7f /news | |
parent | bd287a3782b4cb9a44e480a7a2f16d0da9314d97 (diff) | |
download | pkgsrc-76b784553fa06b71b661d16a806da3d0de7ac4f2.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 300ae4abbb9..97a66f412e9 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -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 @@ CONFIGURE_ARGS+= --enable-setgid-inews \ --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} |