aboutsummaryrefslogtreecommitdiff
path: root/www/ikiwiki/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-06-27 12:54:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-06-27 12:54:18 +0000
commita982fc5a4d6732bf8d28bafc2aabc17587b4bca6 (patch)
treef1264be01043cf0db7e5bfd81df84dd6c44e90a1 /www/ikiwiki/Makefile
parente75f605b1bc3d7d31914815932ab62f7b6356f48 (diff)
downloadports-a982fc5a4d6732bf8d28bafc2aabc17587b4bca6.tar.gz
ports-a982fc5a4d6732bf8d28bafc2aabc17587b4bca6.zip
Update to 3.20170622.
Notes
Notes: svn path=/head/; revision=444453
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r--www/ikiwiki/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile
index 18ea2027c3d9..110f647d3fd2 100644
--- a/www/ikiwiki/Makefile
+++ b/www/ikiwiki/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ikiwiki
-PORTVERSION= 3.20170111
+PORTVERSION= 3.20170622
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= DEBIAN_POOL \
@@ -35,7 +35,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= gettext perl5 gmake cpe tar:xz
+USES= gettext perl5 gmake cpe tar:xz python shebangfix
USE_PERL5= configure
NO_ARCH= yes
@@ -62,6 +62,8 @@ MULTI_RUN_DEPENDS= p5-Text-MultiMarkdown>=0:textproc/p5-Text-MultiMarkdown
PORTDOCS= CHANGELOG NEWS README
PORTEXAMPLES= *
+SHEBANG_FILES= plugins/*
+
post-patch:
@${REINPLACE_CMD} -i '' \
-e 's|/usr/bin/markdown|${LOCALBASE}/bin/markdown|' \