summaryrefslogtreecommitdiff
path: root/deskutils/tomboy/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-06-05 14:35:02 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-06-05 14:35:02 +0000
commit553ce7bd8e5771ebf329c9a5af6b81e5cb4b8189 (patch)
treeedad5664c433a92d3ccffbc86f2982ae1e1068d0 /deskutils/tomboy/Makefile
parentUpdate to upstream release 7.11.1 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=416393
Diffstat (limited to 'deskutils/tomboy/Makefile')
-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>