From 4f30acd4124e608a359fb75567f10b236fd3a57e Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 28 May 2001 12:41:39 +0000 Subject: Remove 755 ${WRKSRC}/test script to prevent user from footshooting if for some strange reason he/she has `./' before `/bin' in his/her PATH. Surprisingly, there are *many* such users. --- lang/librep/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/librep') diff --git a/lang/librep/Makefile b/lang/librep/Makefile index b0b09fdfd491..a11635380877 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -42,4 +42,7 @@ MTREE_FILE= /etc/mtree/BSD.x11.dist MTREE_FILE= /etc/mtree/BSD.x11-4.dist .endif +post-extract: + @${RM} ${WRKSRC}/test + .include -- cgit v1.2.3