summaryrefslogtreecommitdiff
path: root/www/swish++
diff options
context:
space:
mode:
Diffstat (limited to 'www/swish++')
-rw-r--r--www/swish++/Makefile4
-rw-r--r--www/swish++/files/patch-GNUmakefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile
index 09380c228381..3a5d2b5d627f 100644
--- a/www/swish++/Makefile
+++ b/www/swish++/Makefile
@@ -3,7 +3,7 @@
PORTNAME= swish++
PORTVERSION= 6.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www textproc
MASTER_SITES= SF/swishplusplus/swishplusplus/${PORTVERSION}
@@ -14,7 +14,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USES= gmake perl5
MAKEFILE= GNUmakefile
-MAKE_ENV= PERL="${PERL}" PERL_VER="${PERL_VER}"
+MAKE_ENV= PERL="${PERL}"
post-patch:
@${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h
diff --git a/www/swish++/files/patch-GNUmakefile b/www/swish++/files/patch-GNUmakefile
index ab0ce4186d6b..1830d9b93ad4 100644
--- a/www/swish++/files/patch-GNUmakefile
+++ b/www/swish++/files/patch-GNUmakefile
@@ -5,7 +5,7 @@
install_lib: $(I_LIB)
- $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB)
-+ $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB)/perl5/site_perl/${PERL_VER}
++ $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB)/perl5/site_perl
install_man:
@$(MAKE) -C man install