diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-24 09:04:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-24 09:04:53 +0000 |
commit | c984b305e78a0196beedc4a48ffaee08a69a1cfc (patch) | |
tree | c86e01a55ec7b1d7d8c1a29b42592ad80af116ef /devel | |
parent | cbd820071f9c0a01ff8a77fc2dfd4b884c30f15f (diff) | |
download | pkgsrc-c984b305e78a0196beedc4a48ffaee08a69a1cfc.tar.gz |
Redhat-only programs may use "test ==" -- we don't care about it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/distccmon-gnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/distccmon-gnome/Makefile b/devel/distccmon-gnome/Makefile index a5cc402f77c..fbd4ed9b6e9 100644 --- a/devel/distccmon-gnome/Makefile +++ b/devel/distccmon-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/09/16 12:20:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/24 09:04:53 rillig Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} COMMENT= Graphical monitor for distcc, the distributed C/C++ compiler @@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --with-gnome BUILD_TARGET= distccmon-gnome +CHECK_PORTABILITY_SKIP+= contrib/redhat/* + do-install: ${INSTALL_PROGRAM} ${WRKSRC:Q}/distccmon-gnome ${PREFIX:Q}/bin ${INSTALL_DATA_DIR} ${PREFIX:Q}/share/distcc |