diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:44:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:44:49 +0000 |
commit | 4eaf0bff036a899f4a5bba200409bb6069273c25 (patch) | |
tree | 744e1601e0b2dc10461a04c89221d0442a0a973f /textproc/freegrep | |
parent | bcd8ea57b8460eb048c4953ab16c409a3d536556 (diff) |
Notes
Diffstat (limited to 'textproc/freegrep')
-rw-r--r-- | textproc/freegrep/Makefile | 3 |
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> |