aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdgrep/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-10-02 15:28:46 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-10-02 15:28:46 +0000
commit967926347926a434d921e60df6ab2972c2b502b1 (patch)
tree82f0e3f74dfbcddaf2a15913b3fd591baaaf0b1d /textproc/bsdgrep/Makefile
parentb7461ea7eee54363f431cecd2f595f4b316f8c6d (diff)
downloadports-967926347926a434d921e60df6ab2972c2b502b1.tar.gz
ports-967926347926a434d921e60df6ab2972c2b502b1.zip
Notes
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r--textproc/bsdgrep/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index 2b412a95d64a..d579c4a39b51 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -35,8 +35,7 @@ MLINKS= grep.1 bzegrep.1 \
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
CATDIR="${MANPREFIX}/man/man" \
- NLSDIR="${PREFIX}/share/nls" \
- MK_BSD_GREP="yes"
+ NLSDIR="${PREFIX}/share/nls"
OPTIONS= NLS "Compile with NLS support" on \
GNU_COMPAT "Use GNU regex library (recommended)" on