Index: head/biology/libsbml/Makefile =================================================================== --- head/biology/libsbml/Makefile (revision 550608) +++ head/biology/libsbml/Makefile (revision 550609) @@ -1,42 +1,42 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= libsbml PORTVERSION= 5.18.0 CATEGORIES= biology devel MASTER_SITES= SF/sbml/libsbml/${PORTVERSION}/stable DISTNAME= libSBML-${PORTVERSION}-core-src MAINTAINER= sunpoet@FreeBSD.org COMMENT= API Library for Working with SBML File LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= cmake gnome iconv:build pathfix USE_GNOME= libxml2 USE_CXXSTD= c++98 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libsbml-${PORTVERSION} PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= EXAMPLES PYTHON RUBY OPTIONS_SUB= yes PYTHON_BUILD_DEPENDS= swig:devel/swig PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_USES= python RUBY_BUILD_DEPENDS= swig:devel/swig RUBY_CMAKE_BOOL= WITH_RUBY RUBY_USE= ruby=yes post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; /$${DOCUMENTATION_FILES}/ s|^|#|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*' .include Index: head/biology/libsbml/files/patch-CMakeLists.txt =================================================================== --- head/biology/libsbml/files/patch-CMakeLists.txt (nonexistent) +++ head/biology/libsbml/files/patch-CMakeLists.txt (revision 550609) @@ -0,0 +1,21 @@ +--- CMakeLists.txt.orig 2019-04-16 12:18:24 UTC ++++ CMakeLists.txt +@@ -1277,18 +1277,6 @@ endif() + # Install documentation + # + +-set(DOCUMENTATION_FILES +- COPYING.txt +- FUNDING.txt +- LICENSE.txt +- NEWS.txt +- OLD_NEWS.txt +- README.txt +- VERSION.txt +-) +- +-install(FILES ${DOCUMENTATION_FILES} DESTINATION ${MISC_PREFIX}) +- + ############################################################################### + # + # Write libsbml.pc Property changes on: head/biology/libsbml/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property