c759671d65
- Fix a typo in the yesno() function: add a missing question mark. Approved by martti.
25 lines
640 B
Makefile
25 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.17 2002/12/27 19:41:45 jmmv Exp $
|
|
|
|
DISTNAME= etcupdate-20021227
|
|
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"
|