Marcus Meissner
b29a01b4d4
OBS-URL: https://build.opensuse.org/request/show/746635 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=259
15 lines
626 B
Diff
15 lines
626 B
Diff
Index: bind-9.14.7/bin/named/Makefile.in
|
|
===================================================================
|
|
--- bind-9.14.7.orig/bin/named/Makefile.in
|
|
+++ bind-9.14.7/bin/named/Makefile.in
|
|
@@ -173,8 +173,7 @@ installdirs:
|
|
|
|
install:: named@EXEEXT@ installdirs
|
|
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
|
|
- ${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8
|
|
- ${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5
|
|
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man$${m##*.}; done
|
|
|
|
uninstall::
|
|
rm -f ${DESTDIR}${mandir}/man5/named.conf.5
|