diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/amanda/Makefile | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/amanda/Makefile')
-rw-r--r-- | sysutils/amanda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index 093c9b5d87f..f2487aef048 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/01/16 21:59:29 cjones Exp $ +# $NetBSD: Makefile,v 1.30 2001/02/17 17:42:10 wiz Exp $ # DISTNAME= amanda-2.4.2 @@ -8,6 +8,7 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amanda.org/ +COMMENT= The "meta-package" for Amanda, a network backup system DEPENDS+= amanda-client-2.4.2:../../sysutils/amanda-client DEPENDS+= amanda-server-2.4.2:../../sysutils/amanda-server |