pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/lc fix permissions on the installed docs and examples



details:   https://anonhg.NetBSD.org/pkgsrc/rev/308e48e182f6
branches:  trunk
changeset: 525854:308e48e182f6
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat Feb 24 00:29:42 2007 +0000

description:
fix permissions on the installed docs and examples

diffstat:

 cad/lc/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 8ad8f10e6bf4 -r 308e48e182f6 cad/lc/Makefile
--- a/cad/lc/Makefile   Sat Feb 24 00:17:58 2007 +0000
+++ b/cad/lc/Makefile   Sat Feb 24 00:29:42 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2007/02/24 00:17:58 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.7 2007/02/24 00:29:42 dmcmahill Exp $
 
 DISTNAME=      lc      # Overridden below
 PKGNAME=       lc-2.10
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    cad
 MASTER_SITES=  http://lc.cray.com/download/
 
@@ -80,6 +80,9 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/lcplot ${PREFIX}/bin/lcplot
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/spice ${PREFIX}/bin/lcspice
        cd ${PREFIX}/share && ${TAR} -zxf ${DISTDIR}/${DIST_SUBDIR}/lc_doc.tar.gz
+       ${CHMOD} -R 644 ${PREFIX}/share/lc2.10
+       ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/lc2.10
+       ${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/lc2.10
 
 .endif # !MAINTAINER
 



Home | Main Index | Thread Index | Old Index