1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Fix install and unbreak the port

PR:		ports/62643
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-02-11 08:37:06 +00:00
parent f85e6e4cfd
commit 154e019172
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100649

View File

@ -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>