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/daemontools | |
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/daemontools')
-rw-r--r-- | sysutils/daemontools/Makefile | 3 | ||||
-rw-r--r-- | sysutils/daemontools/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 9559014392e..309d348c619 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 15:44:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:12 wiz Exp $ # FreeBSD Id: ports/sysutils/daemontools/Makefile,v 1.8 2000/12/03 05:16:41 steve Exp DISTNAME= daemontools-0.70 @@ -13,6 +13,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= zuntum@eik.pl HOMEPAGE= http://cr.yp.to/daemontools.html +COMMENT= Service monitoring and logging utilities by djb ALL_TARGET= it INSTALL_TARGET= setup check diff --git a/sysutils/daemontools/pkg/COMMENT b/sysutils/daemontools/pkg/COMMENT deleted file mode 100644 index 9f1c8ff6bbe..00000000000 --- a/sysutils/daemontools/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Service monitoring and logging utilities by djb |