Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2011 21:50:00 -0500
From:      Sahil Tandon <sahil@FreeBSD.org>
To:        Wen Heping <wen@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/www/bozohttpd Makefile distinfo ports/www/bozohttpd/files patch-bozohttpd.8
Message-ID:  <20110216025000.GD85699@magic.hamla.org>
In-Reply-To: <201102160228.p1G2Sa1l045637@repoman.freebsd.org>
References:  <201102160228.p1G2Sa1l045637@repoman.freebsd.org>

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

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

On Wed, 2011-02-16 at 02:28:36 +0000, Wen Heping wrote:

> wen         2011-02-16 02:28:36 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www/bozohttpd        Makefile distinfo 
>     www/bozohttpd/files  patch-bozohttpd.8 
>   Log:
>   - Update to 20100920
>   - Fix build with custom PREFIX

Would you consider a small change (attached) that makes the correct
substitution when LOCALBASE != PREFIX?  Thanks!

-- 
Sahil Tandon <sahil@FreeBSD.org>

--NMuMz9nt05w80d4+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="bozohttpd.diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/bozohttpd/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	16 Feb 2011 02:28:36 -0000	1.19
+++ Makefile	16 Feb 2011 02:42:51 -0000
@@ -55,6 +55,6 @@
 PLIST_FILES=	libexec/bozohttpd
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|@@PREFIX@@|${LOCALBASE}|g' ${WRKSRC}/bozohttpd.8
+	@${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/bozohttpd.8
 
 .include <bsd.port.post.mk>

--NMuMz9nt05w80d4+--



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