diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 21:50:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 21:50:19 +0000 |
commit | f58dee3976ac0838c7b06ae8e3e52fb558d95fdf (patch) | |
tree | b2603a889557ace05ad9d6246885dd9109dc8694 /www/lynx | |
parent | 8e7839be0335ce49625493c953f3ec13fc1b23db (diff) | |
download | pkgsrc-f58dee3976ac0838c7b06ae8e3e52fb558d95fdf.tar.gz |
Fix install directory permissions (in case the mode is not configured to 755).
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index c0374777015..adf19b60878 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2004/11/30 15:33:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.78 2005/01/21 21:50:19 tv Exp $ # DISTNAME= lynx2.8.5 @@ -70,6 +70,7 @@ CONFIGURE_ARGS+= --enable-read-eta post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/lynx + ${FIND} ${PREFIX}/share/lynx -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} # gets created when applying 2.8.5.2 patch -- remove on # patchless update ${RM} ${PREFIX}/share/lynx/lynx_doc/CHANGES.orig_dist |