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/Makefile | |
parent | Remove '-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.
Diffstat (limited to '')
-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> |