Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
This commit is contained in:
parent
e26a9ed756
commit
a317e33b54
1 changed files with 5 additions and 2 deletions
|
@ -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_curses_tgetent=no
|
|||
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue