diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-02 06:56:38 +0000 |
commit | 55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch) | |
tree | cae588008c2ebc64dfaaf967400630b03c968bdf /sysutils/amanda-common | |
parent | e1a97d1b323c48b19428f035fb03e0cd0d908418 (diff) | |
download | pkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz |
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 5eec1c5adfe..7c1099308d0 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/11/26 20:38:32 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2001/12/02 06:56:44 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -40,11 +40,5 @@ PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}::Amanda\\ user::${SH} OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0700 OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0700 -pre-install: - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL - -post-install: - PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL - .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |