diff options
author | martti <martti@pkgsrc.org> | 2003-12-03 06:44:45 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-03 06:44:45 +0000 |
commit | 8d6f0bef14c77de9a55874ed7462c0993d0c02fa (patch) | |
tree | 0a6eadc6280129d1eb492c3aa5b62f89f2aade0b /sysutils | |
parent | b73de1614d00b38dec3b44d9a68e8b218fcce6f5 (diff) | |
download | pkgsrc-8d6f0bef14c77de9a55874ed7462c0993d0c02fa.tar.gz |
etcupdate is only for NetBSD
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/etcupdate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index a3120c1498b..70c643efb48 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/12/03 04:51:42 martti Exp $ +# $NetBSD: Makefile,v 1.27 2003/12/03 06:44:45 martti Exp $ DISTNAME= etcupdate-20031112 WRKSRC= ${WRKDIR} @@ -10,6 +10,8 @@ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.NetBSD.org/Documentation/current/ COMMENT= Script to update the configuration and startup files in /etc +ONLY_FOR_PLATFORM= NetBSD-*-* + EXTRACT_ONLY= # defined NO_CHECKSUM= # defined NO_CONFIGURE= # defined |