9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
15 lines
373 B
Makefile
15 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/01/26 17:32:09 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= daemond-1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.cs.columbia.edu/~smb/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.cs.columbia.edu/~smb/src/
|
|
COMMENT= Run a command as a daemon
|
|
LICENSE= cc-by-sa-v3.0
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|