pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rc.subr Restore ONLY_FOR_*.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9feaf414bef1
branches:  trunk
changeset: 554172:9feaf414bef1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 10 00:26:26 2009 +0000

description:
Restore ONLY_FOR_*.

diffstat:

 pkgtools/rc.subr/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 7e6c9eb6f017 -r 9feaf414bef1 pkgtools/rc.subr/Makefile
--- a/pkgtools/rc.subr/Makefile Tue Feb 10 00:25:00 2009 +0000
+++ b/pkgtools/rc.subr/Makefile Tue Feb 10 00:26:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/02/10 00:25:00 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/02/10 00:26:26 joerg Exp $
 #
 
 DISTNAME=              rc.subr-20090118
@@ -12,9 +12,9 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-#ONLY_FOR_PLATFORM=    Darwin-*-* FreeBSD-[0-4].*-* Interix-*-*
-#ONLY_FOR_PLATFORM+=   Linux-*-* SunOS-*-*
-#ONLY_FOR_PLATFORM+=   QNX-*-*
+ONLY_FOR_PLATFORM=     Darwin-*-* FreeBSD-[0-4].*-* Interix-*-*
+ONLY_FOR_PLATFORM+=    Linux-*-* SunOS-*-*
+ONLY_FOR_PLATFORM+=    QNX-*-*
 
 NO_BUILD=              yes
 NO_CONFIGURE=          yes



Home | Main Index | Thread Index | Old Index