summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:21:53 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:21:53 +0000
commite6473a1f3c37ea35159cd4d7d3c4bb693c9a99f6 (patch)
tree415bc9c3acdef0963f6b16ee78c39608ae642f0c /gnu
parentd55e00843a3d660bf081aabf50fab05ccbba1eec (diff)
downloadFreeBSD-src-e6473a1f3c37ea35159cd4d7d3c4bb693c9a99f6.zip
FreeBSD-src-e6473a1f3c37ea35159cd4d7d3c4bb693c9a99f6.tar.gz
MFC r273756,r287980:
r273756: only install .pc files when we are not installing 32bit compat libs... r287980: Replace beforeinstall: handling with FILES.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/src/utils/indxbib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile b/gnu/usr.bin/groff/src/utils/indxbib/Makefile
index b2c59a2..048fed0 100644
--- a/gnu/usr.bin/groff/src/utils/indxbib/Makefile
+++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile
@@ -5,9 +5,7 @@ SRCS= indxbib.cpp signal.c
DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM}
LDADD= ${LIBBIB} ${LIBGROFF} -lm
CLEANFILES= ${MAN}
-
-beforeinstall:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
- ${DIST_DIR}/eign ${DESTDIR}${SHAREDIR}/dict/
+FILES= ${DIST_DIR}/eign
+FILESDIR= ${SHAREDIR}/dict/
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud