summaryrefslogtreecommitdiff
path: root/misc/tds
diff options
context:
space:
mode:
authorkei <kei>2001-01-25 05:33:58 +0000
committerkei <kei>2001-01-25 05:33:58 +0000
commit9466c07ab4b587dd9f818627852d2f6736483f1f (patch)
tree58d8a3673a4843f483671656b5ec2a027e9a8aff /misc/tds
parent979f10bbaadbffff08af0ebb827af7997b27c908 (diff)
downloadpkgsrc-9466c07ab4b587dd9f818627852d2f6736483f1f.tar.gz
Clean up "*.orig" files after make patch, so they not to be included in binary
package accidentally.
Diffstat (limited to 'misc/tds')
-rw-r--r--misc/tds/Makefile5
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"