aboutsummaryrefslogtreecommitdiff
path: root/textproc/soothsayer
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-28 07:32:40 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-28 07:32:40 +0000
commit7140bfc4f1ef86991a5258620ce5fb2519259b9b (patch)
tree3df75f45f3e4ff3199ccfac4848645feb1115cca /textproc/soothsayer
parent635ab7774dbe60feda3c60493fa44c076504979a (diff)
Notes
Diffstat (limited to 'textproc/soothsayer')
-rw-r--r--textproc/soothsayer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/soothsayer/Makefile b/textproc/soothsayer/Makefile
index e81d602d938e..ec1c9e880933 100644
--- a/textproc/soothsayer/Makefile
+++ b/textproc/soothsayer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= soothsayer
PORTVERSION= 0.6.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF/presage/${PORTNAME}/${PORTVERSION}
@@ -31,8 +31,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}| ; \
s|lib/soothsayer|soothsayer|g' ${WRKSRC}/resources/Makefile.in
@${REINPLACE_CMD} -e 's|lib/soothsayer|soothsayer|' \
- -e 's@lcurses@lncurses@g' \
${WRKSRC}/resources/profiles/Makefile.in
+ @${REINPLACE_CMD} -e 's@lcurses@lncurses@g' \
+ ${WRKSRC}/src/tools/Makefile.in
@${REINPLACE_CMD} -E -e "s|(LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \
-e "s|(.*SQLITE_LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \
-e 's@lcurses@lncurses@g' \