mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
12d1966fa8
of other neat things like that. Sorry for the delay. Repo-copy by: asami
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
--- 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}
|