aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-07-18 10:39:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-07-18 10:39:54 +0000
commit854071e13892151f3cff28ba99f978e540076c60 (patch)
treeb261c81e7c12d0ee9b9a99fea1c7856e11f91207 /deskutils
parent806acca70d5c4da9594ef4a3fe3e6936d3b5de3a (diff)
downloadports-854071e13892151f3cff28ba99f978e540076c60.tar.gz
ports-854071e13892151f3cff28ba99f978e540076c60.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/drivel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile
index 08bb3c8a2278..613169d1c7a1 100644
--- a/deskutils/drivel/Makefile
+++ b/deskutils/drivel/Makefile
@@ -52,5 +52,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|datadir)/icons/gnome|prefix)/share/icons/gnome|g' \
${WRKSRC}/pixmaps/Makefile.in
+ @${REINPLACE_CMD} -e 's|;;|;|g' \
+ ${WRKSRC}/src/journal.c \
+ ${WRKSRC}/src/msg_queue.c
.include <bsd.port.mk>