Date: Wed, 20 Oct 2004 08:08:19 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: Cheng-Lung Sung <clsung@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/websvn Makefile pkg-plist Message-ID: <7m4qkq487w.wl@black.imgsrc.co.jp> In-Reply-To: <200410190315.i9J3FEWn031404@repoman.freebsd.org> References: <200410190315.i9J3FEWn031404@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 19 Oct 2004 03:15:13 +0000 (UTC),
Cheng-Lung Sung wrote:
> Modified files:
> devel/websvn Makefile pkg-plist
> Log:
> - auto create pkg-plist in pre-install phase.
>
> PR: ports/71694
> Submitted by: Michael Johnson <ahze AT ahze dot net>
> Reviewed by: maintainer
> Approved by: co-mentor (vanilla)
Is using config.in as filename intentional? Also I like LF as end of
line in config file (original distconfig.inc contains mixed LF and
CRLF?)
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/websvn/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 19 Oct 2004 03:15:13 -0000 1.7
+++ Makefile 19 Oct 2004 14:34:31 -0000
@@ -22,7 +22,7 @@
PLIST= ${WRKDIR}/pkg-plist
pre-install:
- @${CP} ${WRKSRC}/include/distconfig.inc ${WRKSRC}/include/config.in
+ @${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc
cd ${WRKSRC} && ${FIND} -s * -type f | \
${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
--
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama@FreeBSD.org> // FreeBSD Project
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7m4qkq487w.wl>
