diff options
author | martti <martti> | 2003-12-03 06:44:45 +0000 |
---|---|---|
committer | martti <martti> | 2003-12-03 06:44:45 +0000 |
commit | f5248457066e2ce1db87176d4cd037cdde0f1635 (patch) | |
tree | 0a6eadc6280129d1eb492c3aa5b62f89f2aade0b /sysutils | |
parent | 58e219b485dd975ad1471e90d5a21b0aebb6bdff (diff) | |
download | pkgsrc-f5248457066e2ce1db87176d4cd037cdde0f1635.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 |