summaryrefslogtreecommitdiff
path: root/databases/interbase4
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-19 01:42:56 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-19 01:42:56 +0000
commita2f3141d374af4e9b0aef7d9118d9e9d82b3cf9d (patch)
treeb57f49b8bbd1700bba76860b6c5bd83b9bb8ba6d /databases/interbase4
parentUpdate port to 1.3.6 (diff)
Fix Makefile so the install directory and event log to not be
world writable. PR: 17408 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26803
Diffstat (limited to 'databases/interbase4')
-rw-r--r--databases/interbase4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile
index 04ff48d307bc..cf382859278a 100644
--- a/databases/interbase4/Makefile
+++ b/databases/interbase4/Makefile
@@ -35,7 +35,7 @@ do-fetch:
do-install:
@${MKDIR} ${IB_PATH}
@[ -d ${PREFIX}/lib/aout ] || ${MKDIR} ${PREFIX}/lib/aout
- @${CHMOD} 777 ${IB_PATH}
+ @${CHMOD} 755 ${IB_PATH}
@(cd ${IB_PATH}; tar xfv ${ARCHIVE})
@${LN} -sf ${IB_PATH}/include/gds.h ${PREFIX}/include/gds.h
@${LN} -sf ${IB_PATH}/include/ibase.h ${PREFIX}/include/ibase.h
@@ -45,7 +45,7 @@ do-install:
@${LN} -sf ${IB_PATH}/lib/gdsintl ${PREFIX}/lib/aout/libgdsintl.so
@${LN} -sf libgdslib.so.1.0 ${PREFIX}/lib/aout/libgdslib.so
@${TOUCH} ${IB_PATH}/isc_event.gbl.localhost
- @${CHMOD} 777 ${IB_PATH}/isc_event.gbl.localhost
+ @${CHMOD} 644 ${IB_PATH}/isc_event.gbl.localhost
@${ECHO} "Building Interbase sample databases."
@${LDCONFIG} -aout -m ${PREFIX}/lib/aout
.for file in isc4.gdb help/help.gdb examples/v3/atlas.gdb examples/v3/emp.gdb examples/v4/employee.gdb examples/v4/intlemp.gdb