From f0d9891bcffac1771ec1953a837c12775c028004 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 29 Aug 2000 00:32:03 +0000 Subject: Remove "*.orig" files so they don't accidentally get installed. --- textproc/p5-Convert-ASN1/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc/p5-Convert-ASN1') diff --git a/textproc/p5-Convert-ASN1/Makefile b/textproc/p5-Convert-ASN1/Makefile index 858c8d41562..c8132712ad1 100644 --- a/textproc/p5-Convert-ASN1/Makefile +++ b/textproc/p5-Convert-ASN1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:21 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/29 00:32:03 jlam Exp $ # DISTNAME= Convert-ASN1-0.07 @@ -11,6 +11,9 @@ MAINTAINER= packages@netbsd.org USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist +post-patch: + ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \; + do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -- cgit v1.2.3