aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2016-06-05 22:35:02 +0800
committertijl <tijl@FreeBSD.org>2016-06-05 22:35:02 +0800
commit30470c9dc0c43d24be11d6b1db3c966579e1014e (patch)
treeedad5664c433a92d3ccffbc86f2982ae1e1068d0 /deskutils
parentccc000693a519772cbac9890f1d669e7299de0b9 (diff)
downloadfreebsd-ports-gnome-30470c9dc0c43d24be11d6b1db3c966579e1014e.tar.gz
freebsd-ports-gnome-30470c9dc0c43d24be11d6b1db3c966579e1014e.tar.zst
freebsd-ports-gnome-30470c9dc0c43d24be11d6b1db3c966579e1014e.zip
- Update devel/gmake to 4.2.
- deskutils/tomboy, devel/ocaml-deriving-ocsigen: patch Makefile bug. - games/0ad: disable make jobs when building bundled Spidermonkey. PR: 209868 Exp-run by: antoine Approved by: portmgr (antoine)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 59745d4c698a..85bbb6baba65 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -36,7 +36,7 @@ EVOLUTION_DESC= Build evolution addin
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEVOLUTION}
CONFIGURE_ARGS+=--enable-evolution
@@ -51,5 +51,7 @@ PLIST_SUB+= EVOLUTION="@comment "
post-patch:
@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
${WRKSRC}/Tomboy/tomboy*.in
+ @${REINPLACE_CMD} 's/(TARGET_NAME$$)/(TARGET_NAME)/' \
+ ${WRKSRC}/Tomboy/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>