aboutsummaryrefslogtreecommitdiff
path: root/sysutils/goaccess
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-01-01 08:19:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-01-01 08:19:36 +0000
commitbf8e0e7dad2798d86bdc49fe84d84df8a76ce3b9 (patch)
tree9cf8f1ea6e6cd3b6cf98c0210a6d4b7ab9119da6 /sysutils/goaccess
parent3c6f03727ac81a2cdbdbacac708e628321c10400 (diff)
downloadports-bf8e0e7dad2798d86bdc49fe84d84df8a76ce3b9.tar.gz
ports-bf8e0e7dad2798d86bdc49fe84d84df8a76ce3b9.zip
Revert r521007 and unbreak
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=521683
Diffstat (limited to 'sysutils/goaccess')
-rw-r--r--sysutils/goaccess/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/goaccess/Makefile b/sysutils/goaccess/Makefile
index ec3a47cd2826..0310153540fa 100644
--- a/sysutils/goaccess/Makefile
+++ b/sysutils/goaccess/Makefile
@@ -18,8 +18,8 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= alias compiler:c11 pkgconfig ncurses
-CFLAGS+= -I${NCURSESINC}
-LDFLAGS+= -L${NCURSESLIB}
+CFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
+LDFLAGS+= -L${NCURSESLIB} -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO
@@ -47,9 +47,6 @@ TOKYOCABINET_MHASH_CONFIGURE_ON= --enable-tcb=memhash
TOKYOCABINET_BTREE_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
TOKYOCABINET_MHASH_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
-post-patch:
- @${REINPLACE_CMD} -e "s/=ncursesw/=${NCURSES_IMPL}/g" ${WRKSRC}/configure
-
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}