diff options
-rw-r--r-- | sysutils/daemontools/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 6fd861333da..a7ee48d8c99 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/26 03:41:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/06 16:16:46 hubertf Exp $ # FreeBSD Id: ports/sysutils/daemontools/Makefile,v 1.8 2000/12/03 05:16:41 steve Exp DISTNAME= daemontools-0.70 @@ -14,6 +14,10 @@ MAINTAINER= zuntum@eik.pl HOMEPAGE= http://cr.yp.to/daemontools.html COMMENT= Service monitoring and logging utilities by djb +RESTRICTED= "Redistribution of modified package is forbidden" +NO_BIN_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + ALL_TARGET= it INSTALL_TARGET= setup check SAMPLERC= svscan.sh.sample |