diff options
author | tv <tv@pkgsrc.org> | 2005-02-11 18:07:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-02-11 18:07:50 +0000 |
commit | b4d0a73c7a706e0d7b9416226a3578a6059c3342 (patch) | |
tree | b22be79d893b4db5d893b4aea3e3d9556e71b481 /devel | |
parent | 6181adfa654c5b4308270af03df997f9980426d0 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/p5-BSD-Resource/Makefile | 5 |
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" |