diff options
Diffstat (limited to 'misc/tds')
-rw-r--r-- | misc/tds/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |