summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-15 01:56:29 +0000
committerache <ache@FreeBSD.org>1997-09-15 01:56:29 +0000
commit2738d4da18f6571eaf8d75d74c21ba15b75e83a5 (patch)
tree681c1d3bb4b82f3b11a0dff64a3e4321400284c4 /gnu
parentbe830b8d98bb3ad060dafa3a07bcd60a800bd7e1 (diff)
downloadFreeBSD-src-2738d4da18f6571eaf8d75d74c21ba15b75e83a5.zip
FreeBSD-src-2738d4da18f6571eaf8d75d74c21ba15b75e83a5.tar.gz
Fix neqn building:
1) Move it after Makefile.inc included since it uses DIST_DIR from there 2) Add neqn.sh dependance
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/eqn/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile
index 1e3fc80..c7773cc 100644
--- a/gnu/usr.bin/groff/eqn/Makefile
+++ b/gnu/usr.bin/groff/eqn/Makefile
@@ -12,9 +12,6 @@ DPADD+= ${LIBGROFF}
MANDEPEND= neqn.1 eqn.1
CLEANFILES+= eqn.cc eqn.tab.h neqn ${MANDEPEND}
-neqn:
- sed -e 's/@g@/${g}/g' ${DIST_DIR}/neqn.sh > neqn
-
afterinstall: neqn
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} neqn \
${DESTDIR}${BINDIR}
@@ -23,3 +20,7 @@ beforedepend: eqn.cc
.include "../Makefile.cfg"
.include <bsd.prog.mk>
+
+neqn: ${DIST_DIR}/neqn.sh
+ sed -e 's/@g@/${g}/g' ${DIST_DIR}/neqn.sh > neqn
+
OpenPOWER on IntegriCloud