Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 11:16:37 -0700
From:      Linh Pham <question+freebsdpr@closedsrc.org>
To:        Linh Pham <question+freebsdpr@closedsrc.org>
Cc:        freebsd-gnats-submit@freebsd.org
Subject:   Re: ports/66005: New port: mail/p5-SpamAssassin-devel - port that follows the 3.0 CVS devel tree of SpamAssassin
Message-ID:  <20040427181637.GA95604@q.internal.closedsrc.org>
In-Reply-To: <20040427025738.GA92553@q.internal.closedsrc.org>
References:  <200404270050.i3R0oOsR099406@freefall.freebsd.org> <78874ECE-97F3-11D8-9F3D-000A958C81C6@ahze.net> <20040427025738.GA92553@q.internal.closedsrc.org>

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

--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

One more diff to fix the problem with the rc.d/spamd.sh file ended up
being blank.

-- 
Linh Pham                                         question@closedsrc.org
Webmaster and FreeBSD Geek                          http://closedsrc.org
Apprentice Manager Editor and Writer           http://www.daemonnews.org
C++ is to C, as lung cancer is to lung  |  There is always one more bug.

--a8Wt8u1KmwUX3Y2C
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="sa-devel_Makefile,v3.diff"

--- Makefile,v2	Tue Apr 27 10:42:09 2004
+++ Makefile	Tue Apr 27 10:42:21 2004
@@ -54,7 +54,7 @@
 	@${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL
 
 post-build:
-	@${REINPLACE_CMD} ${SED_SCRIPT} ${FILESDIR}/spamd.sh > ${WRKDIR}/spamd.sh
+	@${SED} ${SED_SCRIPT} ${FILESDIR}/spamd.sh > ${WRKDIR}/spamd.sh
 
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/spamc

--a8Wt8u1KmwUX3Y2C--



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