diff options
Diffstat (limited to 'sysutils/daemond/Makefile')
-rw-r--r-- | sysutils/daemond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/daemond/Makefile b/sysutils/daemond/Makefile index f5cbfeafa19..6380d295412 100644 --- a/sysutils/daemond/Makefile +++ b/sysutils/daemond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/07 17:25:14 smb Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/26 19:05:29 joerg Exp $ # DISTNAME= daemond-1.0 @@ -11,4 +11,6 @@ COMMENT= Run a command as a daemon PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 + .include "../../mk/bsd.pkg.mk" |