devel/libnjs: fix NGINX JavaScript library exposion (+)
Bump PORTREVISION.
This commit is contained in:
parent
65a84aad7b
commit
1bfd8f0250
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libnjs
|
||||
DISTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
@ -94,6 +95,10 @@ PLIST_FILES= include/njs_addr2line.h \
|
|||
lib/libnjs.a \
|
||||
libdata/pkgconfig/njs.pc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/nginx/config
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libnjs
|
||||
|
||||
|
|
Loading…
Reference in a new issue