diff options
author | gdt <gdt@pkgsrc.org> | 2009-02-24 14:53:08 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-02-24 14:53:08 +0000 |
commit | 7cf9d8d5a79bed6b0e044aaf33b67ef6ce1ed837 (patch) | |
tree | 8a07656d08ab15e21df5f7f3b20599a74002a661 | |
parent | d0b23c6a7877c27c764083f6201564cd6e96be93 (diff) | |
download | pkgsrc-7cf9d8d5a79bed6b0e044aaf33b67ef6ce1ed837.tar.gz |
use META_PACKAGE, delete other variables
-rw-r--r-- | sysutils/amanda/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index af77d9315c7..2bbdf3048c4 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2008/06/12 02:14:46 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2009/02/24 14:53:08 gdt Exp $ # # XXX get this from ../../sysutils/amanda-common/Makefile.common @@ -7,24 +7,18 @@ VERSION=2.5.2p1 DISTNAME= amanda-${VERSION} CATEGORIES= sysutils MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org +# MAINTAINER sort-of gdt@NetBSD.org HOMEPAGE= http://www.amanda.org/ COMMENT= The "meta-package" for Amanda, a network backup system +META_PACKAGE= yes + PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= amanda-client-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-client DEPENDS+= amanda-server-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-server DEPENDS+= amanda-plot-${VERSION}{,nb[0-9]*}:../../sysutils/amanda-plot -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-install: # empty - .include "../../mk/bsd.pkg.mk" |