mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
11 lines
307 B
Text
11 lines
307 B
Text
--- Makefile.in Wed Jul 26 20:48:49 2000
|
|
+++ Makefile.in.new Sat Oct 28 22:52:11 2000
|
|
@@ -43,7 +43,7 @@
|
|
cleandir: distclean
|
|
|
|
install:: isc-config.sh
|
|
- ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir}
|
|
+ ${INSTALL_DATA} -m 555 isc-config.sh ${DESTDIR}${bindir}
|
|
|
|
kit: kitclean
|
|
mkdir bind-${VERSION}
|