From 4eaf0bff036a899f4a5bba200409bb6069273c25 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 20 Sep 1999 00:44:49 +0000 Subject: Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha and it was killing the build there. --- textproc/freegrep/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc') 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 -- cgit v1.2.3