pkgsrc/sysutils/etcupdate/Makefile

23 lines
587 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.25 2003/07/17 22:53:33 grant Exp $
DISTNAME= etcupdate-20030509
WRKSRC= ${WRKDIR}
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
2003-07-18 00:50:55 +02:00
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
NO_CHECKSUM= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/etcupdate ${PREFIX}/bin/etcupdate
${INSTALL_MAN} ${FILESDIR}/etcupdate.8 ${PREFIX}/man/man8
.include "../../mk/bsd.pkg.mk"