summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 12:41:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 12:41:39 +0000
commit4f30acd4124e608a359fb75567f10b236fd3a57e (patch)
tree67f02aca51cbced289889f1ef583b91b8ee1158f /lang/librep
parentUpdate version number of ssl shared library from openssl port. (diff)
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.
Notes
Notes: svn path=/head/; revision=43187
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.post.mk>