- Fix installation when WITH_BSD_GREP is set to yes
Submitted by: Aleksandr Rybalko <ray@ddteam.net>
This commit is contained in:
parent
846e388f82
commit
6762a389b8
@ -53,12 +53,14 @@ DPADD= ${LIBZ} ${LIBLZMA}
|
||||
LDADD+= -lbz2
|
||||
DPADD+= ${LIBBZ2}
|
||||
|
||||
.if ${MK_BSD_GREP} == "yes"
|
||||
LINKS+= ${BINDIR}/grep ${BINDIR}/bzgrep \
|
||||
${BINDIR}/grep ${BINDIR}/bzegrep \
|
||||
${BINDIR}/grep ${BINDIR}/bzfgrep
|
||||
MLINKS+= grep.1 bzgrep.1 \
|
||||
grep.1 bzegrep.1 \
|
||||
grep.1 bzfgrep.1
|
||||
.endif
|
||||
.else
|
||||
CFLAGS+= -DWITHOUT_BZIP2
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user