diff options
Diffstat (limited to 'textproc/freegrep')
-rw-r--r-- | textproc/freegrep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile index 470a6006bcec..fbc3031f926c 100644 --- a/textproc/freegrep/Makefile +++ b/textproc/freegrep/Makefile @@ -18,6 +18,8 @@ COMMENT= An implementation of grep(1) under a BSD-friendly license LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty +CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS} + MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 post-extract: |