summaryrefslogtreecommitdiff
path: root/sysutils/amanda
diff options
context:
space:
mode:
authorgdt <gdt>2009-02-24 14:53:08 +0000
committergdt <gdt>2009-02-24 14:53:08 +0000
commit4e5906712253eb26fb926d87acd87d52e774485b (patch)
tree8a07656d08ab15e21df5f7f3b20599a74002a661 /sysutils/amanda
parent87af238f868f9e4ab54b1105ee6c629e27019836 (diff)
downloadpkgsrc-4e5906712253eb26fb926d87acd87d52e774485b.tar.gz
use META_PACKAGE, delete other variables
Diffstat (limited to 'sysutils/amanda')
-rw-r--r--sysutils/amanda/Makefile14
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"