summaryrefslogtreecommitdiff
path: root/sysutils/etcupdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/etcupdate/Makefile')
-rw-r--r--sysutils/etcupdate/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile
new file mode 100644
index 00000000000..e9baad6c68e
--- /dev/null
+++ b/sysutils/etcupdate/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/20 09:53:54 martti Exp $
+
+DISTNAME= etcupdate-20011114
+CATEGORIES= sysutils
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netbsd.org/Documentation/current/
+COMMENT= Script to update configuration 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"