pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rttr rttr: make sure installed files are readable
details: https://anonhg.NetBSD.org/pkgsrc/rev/363cc63ca5db
branches: trunk
changeset: 345036:363cc63ca5db
user: markd <markd%pkgsrc.org@localhost>
date: Sun Dec 01 08:18:46 2019 +0000
description:
rttr: make sure installed files are readable
diffstat:
devel/rttr/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 516e3e465247 -r 363cc63ca5db devel/rttr/Makefile
--- a/devel/rttr/Makefile Sun Dec 01 06:05:44 2019 +0000
+++ b/devel/rttr/Makefile Sun Dec 01 08:18:46 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/11/27 21:23:53 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/01 08:18:46 markd Exp $
DISTNAME= rttr-0.9.6-src
PKGNAME= ${DISTNAME:S/-src//}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.rttr.org/releases/
@@ -18,4 +19,8 @@
CMAKE_ARGS+= -DBUILD_UNIT_TESTS=OFF
CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF
+post-install:
+ chmod -R a+r ${DESTDIR}/${PREFIX}/include/rttr/
+ chmod a+r ${DESTDIR}/${PREFIX}/share/rttr/*
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index