Date: Tue, 13 Apr 2004 21:33:18 +0200 (CEST) From: Roman Neuhauser <neuhauser@chello.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thierry@FreeBSD.org Subject: ports/65505: [PATCH] indentation fix Message-ID: <20040413193318.93FAF2FDA01@isis.wad.cz> Resent-Message-ID: <200404132040.i3DKe7QY069780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65505 >Category: ports >Synopsis: [PATCH] indentation fix >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 Apr 13 13:40:07 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386 >Description: >How-To-Repeat: >Fix: --- devel-pear-PEAR.indent.patch begins here --- Index: devel/pear-PEAR/Makefile.common =================================================================== RCS file: /home/ncvs/ports/devel/pear-PEAR/Makefile.common,v retrieving revision 1.5 diff -u -u -r1.5 Makefile.common --- devel/pear-PEAR/Makefile.common 22 Jan 2004 11:05:53 -0000 1.5 +++ devel/pear-PEAR/Makefile.common 13 Apr 2004 19:25:03 -0000 @@ -136,9 +136,9 @@ . if !defined(NOPORTDOCS) && !empty(DOCS) @${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}." @${MKDIR} ${DOCSDIR} -. for dir in ${DOCSDIRS} +. for dir in ${DOCSDIRS} @${MKDIR} ${DOCSDIR}/${dir} -. endfor +. endfor . for file in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${_DOCSDIR}/${file} ${DOCSDIR}/${file} . endfor @@ -148,9 +148,9 @@ . if !empty(TESTS) @${ECHO_MSG} "===> Installing tests in ${TESTSDIR}." @${MKDIR} ${TESTSDIR} -. for dir in ${TESTSDIRS} +. for dir in ${TESTSDIRS} @${MKDIR} ${TESTSDIR}/${dir} -. endfor +. endfor . for file in ${TESTS} @${INSTALL_DATA} ${WRKSRC}/${_TESTSDIR}/${file} ${TESTSDIR}/${file} . endfor @@ -160,9 +160,9 @@ . if !defined(NOPORTDOCS) && !empty(EXAMPLES) @${ECHO_MSG} "===> Installing examples in ${EXAMPLESDIR}." @${MKDIR} ${EXAMPLESDIR} -. for dir in ${EXAMPLESDIRS} +. for dir in ${EXAMPLESDIRS} @${MKDIR} ${EXAMPLESDIR}/${dir} -. endfor +. endfor . for file in ${EXAMPLES} @${INSTALL_DATA} ${WRKSRC}/${_EXAMPLESDIR}/${file} ${EXAMPLESDIR}/${file} . endfor --- devel-pear-PEAR.indent.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040413193318.93FAF2FDA01>