pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/amanda-common Prevent paths to the build dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20f7086c1a9d
branches:  trunk
changeset: 496919:20f7086c1a9d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jul 15 22:19:11 2005 +0000

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

diffstat:

 sysutils/amanda-common/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 48de83b9a8fa -r 20f7086c1a9d sysutils/amanda-common/Makefile
--- a/sysutils/amanda-common/Makefile   Fri Jul 15 20:14:02 2005 +0000
+++ b/sysutils/amanda-common/Makefile   Fri Jul 15 22:19:11 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2005/04/11 21:47:22 tv Exp $
+# $NetBSD: Makefile,v 1.34 2005/07/15 22:19:11 kristerw Exp $
 
 PKGNAME=               amanda-common-${VERS}
-# PKGREVISION=         1
+PKGREVISION=           1
 SVR4_PKGNAME=          amaco
 
 COMMENT=               Common libraries and binaries for Amanda
@@ -27,6 +27,9 @@
 CONFIGURE_ENV+=                ac_cv_lib_ncurses_tgetent=no
 CONFIGURE_ENV+=                ac_cv_lib_readline_readline=no
 
+CONFIGURE_ENV+=                GNUTAR=${TOOLS_TAR}
+USE_TOOLS+=            tar
+
 PKG_GROUPS=            ${AMANDA_GROUP}
 PKG_USERS=             ${AMANDA_USER}:${AMANDA_GROUP}::Amanda\\ user::${SH}
 



Home | Main Index | Thread Index | Old Index