PERFORCE change 122166 for review
Peter Wemm
peter at FreeBSD.org
Fri Jun 22 19:08:40 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=122166
Change 122166 by peter at peter_daintree on 2007/06/22 19:07:58
More diff reduction
Affected files ...
.. //depot/projects/hammer/etc/Makefile#55 edit
Differences ...
==== //depot/projects/hammer/etc/Makefile#55 (text+ko) ====
@@ -130,15 +130,6 @@
.if ${MK_I4B} != "no"
cd ${.CURDIR}/isdn; ${MAKE} install
.endif
-.if ${MK_BIND_ETC} != "no"
-.if defined(NO_BIND_CHROOT)
- cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${NAMEDB} ${DESTDIR}/etc/namedb
-.else
- cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
- ${NAMEDB} ${DESTDIR}/var/named/etc/namedb
-.endif
-.endif
.if !defined(NO_BIND_CHROOT)
.if ${MK_BIND_MTREE} != "no"
@if [ ! -e ${DESTDIR}/etc/namedb ]; then \
@@ -147,6 +138,9 @@
fi
.endif
.endif
+.if ${MK_BIND_ETC} != "no"
+ cd ${.CURDIR}/namedb; ${MAKE} install
+.endif
.if ${MK_SENDMAIL} != "no"
cd ${.CURDIR}/sendmail; ${MAKE} distribution
.endif
More information about the p4-projects
mailing list