summaryrefslogtreecommitdiff
path: root/textproc/freegrep/Makefile
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/Makefile
parentRemove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha. (diff)
Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha
and it was killing the build there.
Notes
Notes: svn path=/head/; revision=21778
Diffstat (limited to 'textproc/freegrep/Makefile')
-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>