1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Define SOELIM

If base have the new soeliminate(1) then use it first otherwise fallback on
groff's soelim
This commit is contained in:
Baptiste Daroussin 2014-11-22 01:41:58 +00:00
parent 2eb9bf4ad6
commit 5dfa80da78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373025

View File

@ -104,6 +104,11 @@ XZ_CMD?= /usr/bin/xz ${XZ}
MD5?= /sbin/md5
SHA256?= /sbin/sha256
.if exist(/usr/bin/soeliminate)
SOELIM?= /usr/bin/soeliminate
.else
SOELIM?= /usr/bin/soelim
.endif
# ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo",
# or "true" if the make flag -s is given. Use ECHO_CMD where you mean