Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2004 23:30:28 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62643: Update port: www/swish++
Message-ID:  <20040210233028.5a1f4a27.tkato@prontomail.com>
Resent-Message-ID: <200402101440.i1AEeHlS075878@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040210233028.5a1f4a27.tkato>