pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/flatbuffers
Module Name: pkgsrc
Committed By: mef
Date: Sat May 9 13:46:59 UTC 2020
Modified Files:
pkgsrc/devel/flatbuffers: Makefile
Log Message:
(devel/flatbuffers) Adhoc package stage fix, to remove *.h.orig
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/flatbuffers/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/flatbuffers/Makefile
diff -u pkgsrc/devel/flatbuffers/Makefile:1.4 pkgsrc/devel/flatbuffers/Makefile:1.5
--- pkgsrc/devel/flatbuffers/Makefile:1.4 Sat Jan 18 23:30:27 2020
+++ pkgsrc/devel/flatbuffers/Makefile Sat May 9 13:46:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 23:30:27 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/09 13:46:59 mef Exp $
DISTNAME= flatbuffers-1.9.0
CATEGORIES= devel
@@ -16,4 +16,8 @@ USE_LANGUAGES= c c++11
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DFLATBUFFERS_BUILD_SHAREDLIB=ON
+post-install:
+ ${RM} -f ${DESTDIR}${PREFIX}/include/flatbuffers/flatbuffers.h.orig
+ ${RM} -f ${DESTDIR}${PREFIX}/include/flatbuffers/reflection.h.orig
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index