ports/62643: Update port: www/swish++

KATO Tsuguru tkato at prontomail.com
Tue Feb 10 14:40:21 UTC 2004


>Number:         62643
>Category:       ports
>Synopsis:       Update port: www/swish++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 06:40:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix install

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/swish++/Makefile www/swish++/Makefile
--- /usr/ports/www/swish++/Makefile	Sun Feb  8 02:38:46 2004
+++ www/swish++/Makefile	Tue Feb 10 22:30:28 2004
@@ -29,19 +29,16 @@
 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>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list