summaryrefslogtreecommitdiff
path: root/devel/p5-BSD-Resource
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-02-11 18:07:50 +0000
committertv <tv@pkgsrc.org>2005-02-11 18:07:50 +0000
commitb4d0a73c7a706e0d7b9416226a3578a6059c3342 (patch)
treeb22be79d893b4db5d893b4aea3e3d9556e71b481 /devel/p5-BSD-Resource
parent6181adfa654c5b4308270af03df997f9980426d0 (diff)
downloadpkgsrc-b4d0a73c7a706e0d7b9416226a3578a6059c3342.tar.gz
Make "test" clean on most platforms and in most build environments.
[gs]etpriority.t is depending on the build process being at nice level 0, which is just plain wrong.
Diffstat (limited to 'devel/p5-BSD-Resource')
-rw-r--r--devel/p5-BSD-Resource/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile
index 3c90cbd6533..bf8af9521f9 100644
--- a/devel/p5-BSD-Resource/Makefile
+++ b/devel/p5-BSD-Resource/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/12/20 11:30:58 grant Exp $
+# $NetBSD: Makefile,v 1.13 2005/02/11 18:07:50 tv Exp $
DISTNAME= BSD-Resource-1.24
PKGNAME= p5-${DISTNAME}
@@ -16,5 +16,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/BSD/Resource/.packlist
+post-extract:
+ ${RM} -f ${WRKSRC}/t/[gs]etpriority.t
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"