diff options
Diffstat (limited to 'sysutils/etcupdate/Makefile')
-rw-r--r-- | sysutils/etcupdate/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index 70c643efb48..f4e23da078c 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/12/03 06:44:45 martti Exp $ +# $NetBSD: Makefile,v 1.28 2004/01/05 12:48:30 jlam Exp $ DISTNAME= etcupdate-20031112 WRKSRC= ${WRKDIR} @@ -12,11 +12,16 @@ COMMENT= Script to update the configuration and startup files in /etc ONLY_FOR_PLATFORM= NetBSD-*-* +PKG_INSTALLATION_TYPES= overwrite pkgviews + EXTRACT_ONLY= # defined NO_CHECKSUM= # defined +NO_BUILDLINK= # defined NO_CONFIGURE= # defined NO_BUILD= # defined +INSTALLATION_DIRS= bin man/man8 + do-install: ${INSTALL_SCRIPT} ${FILESDIR}/etcupdate ${PREFIX}/bin/etcupdate ${INSTALL_MAN} ${FILESDIR}/etcupdate.8 ${PREFIX}/man/man8 |