Skip to content

Commit

Permalink
Don't install *.orig. Ride recent import.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Sep 10, 2019
1 parent a4240cb commit ba55a88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion textproc/p5-sdf/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2019/09/10 21:20:35 schmonz Exp $ # $NetBSD: Makefile,v 1.2 2019/09/10 22:28:37 schmonz Exp $


DISTNAME= sdf-2.001beta1 DISTNAME= sdf-2.001beta1
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
Expand All @@ -13,5 +13,8 @@ LICENSE= 2-clause-bsd
PERL5_PACKLIST= auto/SDF/.packlist PERL5_PACKLIST= auto/SDF/.packlist
USE_LANGUAGES= # none USE_LANGUAGES= # none


pre-configure:
${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} -f

.include "../../lang/perl5/module.mk" .include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"

0 comments on commit ba55a88

Please sign in to comment.