diff options
Diffstat (limited to 'www/dpsearch/Makefile')
-rw-r--r-- | www/dpsearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index ee220501afd0..9cec6ea0a4f2 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dpsearch -PORTVERSION= 4.46 +PORTVERSION= 4.47 CATEGORIES= www MASTER_SITES= http://www.dataparksearch.org/ \ http://dataparksearch.newsa.ru/ @@ -133,6 +133,7 @@ CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure pre-install: @${MKDIR} ${DATADIR} |