diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/amanda-server | |
parent | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff) | |
download | pkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/amanda-server')
-rw-r--r-- | sysutils/amanda-server/Makefile | 3 | ||||
-rw-r--r-- | sysutils/amanda-server/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 1387a8a007e..f28c870af33 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/01/16 21:59:39 cjones Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/17 17:42:10 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amanda.org/ +COMMENT= Server part of Amanda, a network backup system DEPENDS+= readline>=4.0:../../devel/readline DEPENDS+= amanda-common-2.4.2:../../sysutils/amanda-common diff --git a/sysutils/amanda-server/pkg/COMMENT b/sysutils/amanda-server/pkg/COMMENT deleted file mode 100644 index f95cc7840af..00000000000 --- a/sysutils/amanda-server/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Server part of Amanda, a network backup system |