pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/rc.subr Permit installation on "FreeBSD-[0-4]...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dab3c0a23663
branches:  trunk
changeset: 529369:dab3c0a23663
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jun 02 07:49:18 2007 +0000

description:
Permit installation on "FreeBSD-[0-4].*-*".

diffstat:

 pkgtools/rc.subr/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 161b6701ae15 -r dab3c0a23663 pkgtools/rc.subr/Makefile
--- a/pkgtools/rc.subr/Makefile Sat Jun 02 06:56:06 2007 +0000
+++ b/pkgtools/rc.subr/Makefile Sat Jun 02 07:49:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/10/05 08:51:59 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/02 07:49:18 schmonz Exp $
 #
 
 DISTNAME=              rc.subr-20041011
@@ -11,7 +11,8 @@
 HOMEPAGE=              http://www.NetBSD.org/
 COMMENT=               Portable NetBSD rc.subr implementation for pkgsrc
 
-ONLY_FOR_PLATFORM=     Darwin-*-* Interix-*-* Linux-*-* SunOS-*-*
+ONLY_FOR_PLATFORM=     Darwin-*-* FreeBSD-[0-4].*-* Interix-*-*
+ONLY_FOR_PLATFORM+=    Linux-*-* SunOS-*-*
 
 NO_BUILD=              yes
 NO_CHECKSUM=           yes



Home | Main Index | Thread Index | Old Index