aboutsummaryrefslogtreecommitdiff
path: root/textproc/freegrep
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 00:44:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 00:44:49 +0000
commit4eaf0bff036a899f4a5bba200409bb6069273c25 (patch)
tree744e1601e0b2dc10461a04c89221d0442a0a973f /textproc/freegrep
parentbcd8ea57b8460eb048c4953ab16c409a3d536556 (diff)
downloadports-4eaf0bff036a899f4a5bba200409bb6069273c25.tar.gz
ports-4eaf0bff036a899f4a5bba200409bb6069273c25.zip
Notes
Diffstat (limited to 'textproc/freegrep')
-rw-r--r--textproc/freegrep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index a657854bcc1f..7882a197740c 100644
--- a/textproc/freegrep/Makefile
+++ b/textproc/freegrep/Makefile
@@ -17,4 +17,7 @@ MAINTAINER= howardjp@wam.umd.edu
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
+post-extract:
+ @(cd ${WRKSRC}; rm -f .depend)
+
.include <bsd.port.mk>