svn commit: r421008 - head/textproc/soothsayer

John Marino marino at FreeBSD.org
Sun Aug 28 07:32:41 UTC 2016


Author: marino
Date: Sun Aug 28 07:32:40 2016
New Revision: 421008
URL: https://svnweb.freebsd.org/changeset/ports/421008

Log:
  textproc/soothsayer: sed correct Makefile.in for curses => ncurses

Modified:
  head/textproc/soothsayer/Makefile

Modified: head/textproc/soothsayer/Makefile
==============================================================================
--- head/textproc/soothsayer/Makefile	Sun Aug 28 07:02:47 2016	(r421007)
+++ head/textproc/soothsayer/Makefile	Sun Aug 28 07:32:40 2016	(r421008)
@@ -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 at lcurses@lncurses at g' \
 		${WRKSRC}/resources/profiles/Makefile.in
+	@${REINPLACE_CMD} -e 's at lcurses@lncurses at 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 at lcurses@lncurses at g' \


More information about the svn-ports-all mailing list