aboutsummaryrefslogtreecommitdiff
path: root/www/swish++
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-11 08:37:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-11 08:37:06 +0000
commit154e0191722fa8d3febeb854a3ea1b1e22ccb866 (patch)
tree7806ab49cda9659dd3339b29323aa635bc1c4841 /www/swish++
parentf85e6e4cfdc3ad5d54988647082ea8b152090e7c (diff)
Notes
Diffstat (limited to 'www/swish++')
-rw-r--r--www/swish++/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile
index 33519872a6ed..e14b1574c727 100644
--- a/www/swish++/Makefile
+++ b/www/swish++/Makefile
@@ -29,19 +29,16 @@ MAN3= WWW.3
MAN4= swish++.conf.4 swish++.index.4
MAN8= searchd.8 searchmonitor.8
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500800
-BROKEN= "Broken pkg-plist"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h
.for file in searchd searchmonitor
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in
.endfor
+pre-install:
+ @${MKDIR} ${SITE_PERL}
+
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>