diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-05 20:47:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-05 20:47:26 +0000 |
commit | 680d9c231a925faf4df53013d425ebf8a393bde0 (patch) | |
tree | 160be75897f03f9a600a9c2a96b2fbcd7caede1a | |
parent | ce1a1e5f87f59386c791f179ec3017089b9647e6 (diff) | |
download | pkgsrc-680d9c231a925faf4df53013d425ebf8a393bde0.tar.gz |
The example shell scripts are not used, so it doesn't matter if they
contain "test ==" or not. Fixes PR 34982.
-rw-r--r-- | sysutils/xentools30-hvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xentools30-hvm/Makefile b/sysutils/xentools30-hvm/Makefile index dc6f7ea0c94..15b3df2bffb 100644 --- a/sysutils/xentools30-hvm/Makefile +++ b/sysutils/xentools30-hvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/10/21 22:10:05 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/05 20:47:26 rillig Exp $ # DISTNAME= xen-3.0.3_0-src @@ -23,6 +23,7 @@ CONFLICTS+= libxen-[0-9]* CONFLICTS+= xentools20-[0-9]* WRKSRC= ${WRKDIR}/xen-3.0.3_0-src/tools +CHECK_PORTABILITY_SKIP+= examples/* EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST= EGDIR=${EGDIR} |