pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/amanda use META_PACKAGE, delete other variables



details:   https://anonhg.NetBSD.org/pkgsrc/rev/338d4887bd39
branches:  trunk
changeset: 555085:338d4887bd39
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Feb 24 14:53:08 2009 +0000

description:
use META_PACKAGE, delete other variables

diffstat:

 sysutils/amanda/Makefile |  14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 909421601656 -r 338d4887bd39 sysutils/amanda/Makefile
--- a/sysutils/amanda/Makefile  Tue Feb 24 12:29:27 2009 +0000
+++ b/sysutils/amanda/Makefile  Tue Feb 24 14:53:08 2009 +0000
@@ -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 @@
 DISTNAME=      amanda-${VERSION}
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
-DISTFILES=     # empty
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+# MAINTAINER sort-of gdt%NetBSD.org@localhost
 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"



Home | Main Index | Thread Index | Old Index