pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_comp pkg_comp just works on NetBSD, so us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c158bb705908
branches:  trunk
changeset: 470580:c158bb705908
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Mar 10 13:32:39 2004 +0000

description:
pkg_comp just works on NetBSD, so use ONLY_FOR_PLATFORM= NetBSD-*-*.

diffstat:

 pkgtools/pkg_comp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d81a48ba2570 -r c158bb705908 pkgtools/pkg_comp/Makefile
--- a/pkgtools/pkg_comp/Makefile        Wed Mar 10 13:26:08 2004 +0000
+++ b/pkgtools/pkg_comp/Makefile        Wed Mar 10 13:32:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/02/21 13:08:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.24 2004/03/10 13:32:39 xtraeme Exp $
 
 DISTNAME=      pkg_comp-1.17
 CATEGORIES=    pkgtools
@@ -9,6 +9,7 @@
 COMMENT=       Build packages inside a chroot jail
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
+ONLY_FOR_PLATFORM=     NetBSD-*-*
 
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # empty



Home | Main Index | Thread Index | Old Index