83e6421ce7
* Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
25 lines
642 B
Makefile
25 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/05/15 08:17:14 martti Exp $
|
|
|
|
DISTNAME= etcupdate-20020515
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= martti@netbsd.org
|
|
HOMEPAGE= http://www.netbsd.org/Documentation/current/
|
|
COMMENT= Script to update the configuration and startup files in /etc
|
|
|
|
EXTRACT_ONLY= # defined
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= # defined
|
|
NO_PATCH= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/etcupdate ${PREFIX}/bin/etcupdate
|
|
${INSTALL_MAN} ${FILESDIR}/etcupdate.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|