diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-23 13:21:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-23 13:21:30 +0000 |
commit | b345c8414c43014002a5062ee018d2379b61d89e (patch) | |
tree | dfe8a935dd07ca1eb10a2f6638298eafe0147ea0 /www/swish++/Makefile | |
parent | be05f9c26269e82a60a6bee205b5600f7031e5f3 (diff) |
Notes
Diffstat (limited to 'www/swish++/Makefile')
-rw-r--r-- | www/swish++/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index 1478cbf45134..6fe9361163ef 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swish++ -PORTVERSION= 5.15.3 -PORTREVISION= 1 +PORTVERSION= 6.0.4 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ @@ -31,13 +30,13 @@ MAN8= searchd.8 searchmonitor.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +.if ${OSVERSION} < 500000 +USE_GCC= 3.4 .endif post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h -.for file in searchd searchmonitor +.for file in scripts/searchd scripts/searchmonitor @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in .endfor @@ -45,6 +44,6 @@ pre-install: @${MKDIR} ${SITE_PERL} post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d/swish++.sh.sample .include <bsd.port.post.mk> |