aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/freegrep
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-20 08:44:49 +0800
committersteve <steve@FreeBSD.org>1999-09-20 08:44:49 +0800
commit3c0f6c43145bb55d475d092e4ece91ee8ff975cf (patch)
tree8642e6f943b893b83025b3783c2c3d62cd84d78d /textproc/freegrep
parenta634ea8c01d560e4ba06b59a6d1e24e934e49477 (diff)
downloadfreebsd-ports-gnome-3c0f6c43145bb55d475d092e4ece91ee8ff975cf.tar.gz
freebsd-ports-gnome-3c0f6c43145bb55d475d092e4ece91ee8ff975cf.tar.zst
freebsd-ports-gnome-3c0f6c43145bb55d475d092e4ece91ee8ff975cf.zip
Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha
and it was killing the build there.
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>