svn commit: r367215 - in head/devel: cil ruby-langscan
Antoine Brodin
antoine at FreeBSD.org
Wed Sep 3 15:56:01 UTC 2014
Author: antoine
Date: Wed Sep 3 15:56:00 2014
New Revision: 367215
URL: http://svnweb.freebsd.org/changeset/ports/367215
QAT: https://qat.redports.org/buildarchive/r367215/
Log:
Fix packaging
Modified:
head/devel/cil/Makefile
head/devel/ruby-langscan/Makefile
Modified: head/devel/cil/Makefile
==============================================================================
--- head/devel/cil/Makefile Wed Sep 3 15:49:09 2014 (r367214)
+++ head/devel/cil/Makefile Wed Sep 3 15:56:00 2014 (r367215)
@@ -19,6 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64
USES= gmake perl5
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
+OCAML_PKGDIRS=
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
@@ -87,4 +88,8 @@ do-install:
@${RM} -rf ${WRKSRC}/doc/cilcode.tmp
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+# Workaround bsd.ocaml.mk to fix packaging
+add-plist-post:
+ @${DO_NADA}
+
.include <bsd.port.mk>
Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile Wed Sep 3 15:49:09 2014 (r367214)
+++ head/devel/ruby-langscan/Makefile Wed Sep 3 15:56:00 2014 (r367215)
@@ -53,6 +53,10 @@ post-install:
${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
+# Workaround bsd.ocaml.mk to fix packaging
+add-plist-post:
+ @${DO_NADA}
+
x-generate-plist:
${ECHO} %%RUBY_SITELIBDIR%%/langscan.rb > pkg-plist.new
${FIND} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} -type f | ${SORT} | ${SED} -e 's,${RUBY_SITEARCHLIBDIR},%%RUBY_SITEARCHLIBDIR%%,' >> pkg-plist.new
More information about the svn-ports-all
mailing list