From 786e2c3873e8009518c07eb572b437a7202fef5f Mon Sep 17 00:00:00 2001 From: kei Date: Thu, 25 Jan 2001 05:33:58 +0000 Subject: Clean up "*.orig" files after make patch, so they not to be included in binary package accidentally. --- misc/tds/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc/tds') diff --git a/misc/tds/Makefile b/misc/tds/Makefile index 6ad9e5fb4b5..9bac71b6988 100644 --- a/misc/tds/Makefile +++ b/misc/tds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/25 02:43:41 kei Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/25 05:33:58 kei Exp $ # DISTNAME= tds-1.3.2 @@ -13,4 +13,7 @@ GNU_CONFIGURE= YES NO_BUILD= YES +post-patch: + @${FIND} ${WRKSRC} -type f -name '*.orig' | xargs ${RM} -f + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3