pkgsrc/sysutils/etcupdate/Makefile
martti 2cffbf33d8 Updated etcupdate to 20020731
fix usage() message for "-s" argument.  ie, do *not* suggest "/usr/src"
as this causes "make distribution" to be run in /usr/src.
2002-07-31 06:54:24 +00:00

25 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.15 2002/07/31 06:54:24 martti Exp $
DISTNAME= etcupdate-20020731
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"