pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rttr
Module Name: pkgsrc
Committed By: markd
Date: Sun Dec 1 08:18:46 UTC 2019
Modified Files:
pkgsrc/devel/rttr: Makefile
Log Message:
rttr: make sure installed files are readable
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/rttr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/rttr/Makefile
diff -u pkgsrc/devel/rttr/Makefile:1.1 pkgsrc/devel/rttr/Makefile:1.2
--- pkgsrc/devel/rttr/Makefile:1.1 Wed Nov 27 21:23:53 2019
+++ pkgsrc/devel/rttr/Makefile Sun Dec 1 08:18:46 2019
@@ -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_EXAMPLES=OFF
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