aboutsummaryrefslogtreecommitdiff
path: root/www/rejik
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 14:47:56 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 14:47:56 +0000
commit7815b83df4ba89985f8712047a45f85c382e7706 (patch)
tree2494f1a087318441aea0ea521ccf891615e31715 /www/rejik
parentc5dfbb4c8c4212dccdc951c8a5b4655e133ee065 (diff)
Notes
Diffstat (limited to 'www/rejik')
-rw-r--r--www/rejik/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rejik/Makefile b/www/rejik/Makefile
index 90288f3442af..b9eca2d38929 100644
--- a/www/rejik/Makefile
+++ b/www/rejik/Makefile
@@ -31,7 +31,6 @@ DBL_DESC= With DBL scripts
WWW_DESC= With error pages
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
# Redifine this if you need
SQUID_USER?= squid
@@ -55,7 +54,8 @@ PLIST_SUB+= WWW="@comment "
.if ${PORT_OPTIONS:MDBL}
DISTFILES+= dbl-2.0.tgz
-USE_PERL5_RUN= yes
+USES+= perl5
+USE_PERL5= run
RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
wget:${PORTSDIR}/ftp/wget
@@ -64,6 +64,8 @@ PLIST_SUB+= DBL=""
PLIST_SUB+= DBL="@comment "
.endif
+.include <bsd.port.pre.mk>
+
post-extract:
@${ECHO_MSG} "===> ----------------------------------------------"
@${ECHO_MSG} "===> Make sure that squid runs under user squid"