diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-client/Makefile | 5 | ||||
-rw-r--r-- | sysutils/amanda-common/Makefile | 3 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 3 |
3 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index f985fc4f024..9259937ec98 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/21 15:31:05 agc Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:51 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -44,7 +44,4 @@ CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba-2.0.3:../../net/samba .endif -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" - - .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index fc8fd8e1e70..1b329628874 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/21 14:14:32 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/20 20:09:51 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -38,7 +38,6 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-dump-honor-nodump \ --without-server --without-restore --without-client -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CPPFLAGS= pre-install: diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index a11471c72df..1bb6f236e3d 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/26 19:25:06 garbled Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/20 20:09:52 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -40,7 +40,6 @@ CONFIGURE_ARGS+= --with-user=${AMANDA_USER} \ --with-gnutar-listdir=${AMANDA_VAR}/gnutar-lists \ --with-dump-honor-nodump \ --without-client -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" post-install: ${MKDIR} ${PREFIX}/share/doc/amanda |