diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-21 07:08:13 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-21 07:08:13 +0800 |
commit | 652a19e79cfe323d4677df9266a79a140d71b30e (patch) | |
tree | 3be308ce2ae8e4f2af758639b65965fa735e5fc6 /devel/ilu | |
parent | 13a250aea1205b9738ea820f9d3210f38e3c51df (diff) | |
download | freebsd-ports-graphics-652a19e79cfe323d4677df9266a79a140d71b30e.tar.gz freebsd-ports-graphics-652a19e79cfe323d4677df9266a79a140d71b30e.tar.zst freebsd-ports-graphics-652a19e79cfe323d4677df9266a79a140d71b30e.zip |
Install binding directory with perms of 1777 instead of 777
Approved by: Maintainer
Diffstat (limited to 'devel/ilu')
-rw-r--r-- | devel/ilu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index f79af4b23e3..6d55f44bc85 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -65,7 +65,7 @@ do-install: # Empty dir, but we really need it ${ECHO} @exec ${MKDIR} %D/ilu/lib/binding > ${PLIST} ${ECHO} @unexec ${RM} -r %D/ilu/lib/binding >> ${PLIST} - ${ECHO} @exec ${CHMOD} 777 %D/ilu/lib/binding >> ${PLIST} + ${ECHO} @exec ${CHMOD} 1777 %D/ilu/lib/binding >> ${PLIST} ${ECHO} @exec ${LDCONFIG} -m %D/ilu/lib >> ${PLIST} # Empty dirs we don't need ${RMDIR} ${PREFIX}/ilu/man/man[358] |