Skip to content

Commit

Permalink
databases/couchdb3: un-bork configure script
Browse files Browse the repository at this point in the history
Fix default log location and missing online docs
broken in last commit.

Fixes:	2d9ecbe
  • Loading branch information
dch committed Jan 12, 2023
1 parent d2c13cc commit fd23453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databases/couchdb3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SUB_LIST= APPDIR=${_APPDIR} \
ERL_PATH=${LOCALBASE}/lib/erlang${_ERLVER}/bin/erl \
PORTNAME=${PORTNAME} \
RELDIR=${_RELDIR} \
WWWDIR=${_WWWDIR}
WWWDIR=${WWWDIR}
PLIST_SUB= VERSION=${DISTVERSION}

HAS_CONFIGURE= yes
Expand Down Expand Up @@ -65,8 +65,8 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_jiffy_c__src_double-conversion_strtod

post-patch:
@${REINPLACE_CMD} \
-e 's,$$COUCHDB_USER,${USERS},g' \
-e 's,$$LOG_FILE,${_LOGFILE},g' \
-e 's,%%COUCHDB_USER%%,${USERS},g' \
-e 's,%%LOG_FILE%%,${_LOGFILE},g' \
-e 's,%%APPDIR%%,${_APPDIR},g' \
-e 's,%%DATADIR%%,${_DATADIR},g' \
-e 's,%%DBDIR%%,${_DBDIR},g' \
Expand Down

0 comments on commit fd23453

Please sign in to comment.