summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-04-14 21:53:18 +0000
committerthierry <thierry@FreeBSD.org>2004-04-14 21:53:18 +0000
commit2b021884ecab8aefad20f5fde03977a67d7937a7 (patch)
tree2dddc181184e2b8e77854507078e32e2cc268d2f /devel
parentf22b4d7a07bf1d18e1bf60b193987b2f9c58904a (diff)
downloadFreeBSD-ports-2b021884ecab8aefad20f5fde03977a67d7937a7.zip
FreeBSD-ports-2b021884ecab8aefad20f5fde03977a67d7937a7.tar.gz
Indentation fix in Makefile.common.
PR: ports/65505 Submitted by: Roman Neuhauser Approved by: mat (mentor).
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-PEAR/Makefile.common12
-rw-r--r--devel/pear-PEAR/pkg-descr2
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common
index d07d4a6..b9bfeea 100644
--- a/devel/pear-PEAR/Makefile.common
+++ b/devel/pear-PEAR/Makefile.common
@@ -136,9 +136,9 @@ do-install-docs: do-install-docs-msg
. 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 @@ do-install-tests: do-install-tests-msg
. 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 @@ do-install-examples: do-install-examples-msg
. 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
diff --git a/devel/pear-PEAR/pkg-descr b/devel/pear-PEAR/pkg-descr
index f99c612..82243a8 100644
--- a/devel/pear-PEAR/pkg-descr
+++ b/devel/pear-PEAR/pkg-descr
@@ -1,4 +1,4 @@
PEAR Base System, with the PEAR base class and the PEAR_Error error handling
mechanism.
-WWW: http://pear.php.net/package-info.php?package=PEAR
+WWW: http://pear.php.net/package/PEAR/
OpenPOWER on IntegriCloud