summaryrefslogtreecommitdiff
path: root/www/swish++/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-07 01:31:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-07 01:31:38 +0000
commit74893bd2ec4942fdd861642cd3fabcaf9080c788 (patch)
tree891b9f03380b8d5a1c618c60ff3ab12c10b7a582 /www/swish++/Makefile
parentUpdate to version 1.2.3. (diff)
upgrade to 5.7
take over maintainership PR: 36825 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=57398
Diffstat (limited to 'www/swish++/Makefile')
-rw-r--r--www/swish++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile
index 550b165519f2..0451ba0f8ead 100644
--- a/www/swish++/Makefile
+++ b/www/swish++/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= swish++
-PORTVERSION= 5.6
+PORTVERSION= 5.7
CATEGORIES= www textproc
MASTER_SITES= http://homepage.mac.com/pauljlucas/software/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= obraun@informatik.unibw-muenchen.de
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
@@ -31,7 +31,7 @@ post-patch:
${SED} '/^#error/d' config.h > config.h.tmp ; \
${MV} -f config.h.tmp config.h)
.for file in searchd searchmonitor
- @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}
+ @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in
.endfor
post-install: