diff options
author | tnn <tnn@pkgsrc.org> | 2011-05-07 06:39:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-05-07 06:39:16 +0000 |
commit | bd88ad73c9243bd3a2981eaebbce5b593951eed6 (patch) | |
tree | f07ce23ff6341b5c8431019b04c2e509a2328df4 /sysutils/xentools41 | |
parent | 7cdcc5b447fb7abf375663c06e7c34e4f126753c (diff) | |
download | pkgsrc-bd88ad73c9243bd3a2981eaebbce5b593951eed6.tar.gz |
drop superflous item in CHECK_PORTABILITY_SKIP
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r-- | sysutils/xentools41/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index d4d0960d6f7..b9edce78397 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/05/02 20:32:27 abs Exp $ +# $NetBSD: Makefile,v 1.5 2011/05/07 06:39:16 tnn Exp $ # VERSION= 4.1.0 @@ -37,7 +37,7 @@ CONFLICTS+= xentools20-[0-9]* CONFLICTS+= xentools3* WRKSRC= ${WRKDIR}/xen-${VERSION}/tools -CHECK_PORTABILITY_SKIP= examples/* xm-test/ramdisk/make-release +CHECK_PORTABILITY_SKIP= examples/* EGDIR= ${PREFIX}/share/examples/xen MESSAGE_SUBST= EGDIR=${EGDIR} |