diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-03-23 00:57:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-03-23 00:57:20 +0000 |
commit | 2c2ad757b876969d9b715ea5422ad9a35582f608 (patch) | |
tree | cf122f3892ddb5572b243193eec33eb9fb1bfa83 /sysutils/service-config | |
parent | 0f55d7d583c1f4900f753f49e40f8a97d857190a (diff) | |
download | pkgsrc-2c2ad757b876969d9b715ea5422ad9a35582f608.tar.gz |
Whitespace.
Diffstat (limited to 'sysutils/service-config')
-rw-r--r-- | sysutils/service-config/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/service-config/Makefile b/sysutils/service-config/Makefile index b2e0386b8e0..ab212efd746 100644 --- a/sysutils/service-config/Makefile +++ b/sysutils/service-config/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.7 2005/03/23 00:51:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/23 00:57:21 schmonz Exp $ # -DISTNAME= service-config-0.51 -CATEGORIES= sysutils -MASTER_SITES= http://www.superscript.com/service-config/ +DISTNAME= service-config-0.51 +CATEGORIES= sysutils +MASTER_SITES= http://www.superscript.com/service-config/ -MAINTAINER= zuntum@NetBSD.org -HOMEPAGE= http://www.superscript.com/service-config/intro.html -COMMENT= Utility to create and configure svscan service directories +MAINTAINER= zuntum@NetBSD.org +HOMEPAGE= http://www.superscript.com/service-config/intro.html +COMMENT= Utility to create and configure svscan service directories -DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools +DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools -BUILD_TARGET= it -INSTALL_TARGET= setup check +BUILD_TARGET= it +INSTALL_TARGET= setup check # Possibly inherited DJB-style distribution terms -DJB_RESTRICTED= YES +DJB_RESTRICTED= YES .include "../../mk/djbware.mk" .include "../../mk/bsd.pkg.mk" |