mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Fix neqn building:
1) Move it after Makefile.inc included since it uses DIST_DIR from there 2) Add neqn.sh dependance
This commit is contained in:
parent
580117026e
commit
40d7476321
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29437
@ -12,9 +12,6 @@ DPADD+= ${LIBGROFF}
|
|||||||
MANDEPEND= neqn.1 eqn.1
|
MANDEPEND= neqn.1 eqn.1
|
||||||
CLEANFILES+= eqn.cc eqn.tab.h neqn ${MANDEPEND}
|
CLEANFILES+= eqn.cc eqn.tab.h neqn ${MANDEPEND}
|
||||||
|
|
||||||
neqn:
|
|
||||||
sed -e 's/@g@/${g}/g' ${DIST_DIR}/neqn.sh > neqn
|
|
||||||
|
|
||||||
afterinstall: neqn
|
afterinstall: neqn
|
||||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \
|
||||||
${DESTDIR}${BINDIR}
|
${DESTDIR}${BINDIR}
|
||||||
@ -23,3 +20,7 @@ beforedepend: eqn.cc
|
|||||||
|
|
||||||
.include "../Makefile.cfg"
|
.include "../Makefile.cfg"
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
||||||
|
neqn: ${DIST_DIR}/neqn.sh
|
||||||
|
sed -e 's/@g@/${g}/g' ${DIST_DIR}/neqn.sh > neqn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user