diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-14 21:53:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-14 21:53:18 +0000 |
commit | 54f6c0745885bbad858cef50d6d583aea8590374 (patch) | |
tree | 937736f43e9bb931610108dd7ba557efc33d51e9 /devel/pear-PEAR | |
parent | e2f45169cce53f0a111710b0dc2e047d03947aa6 (diff) |
Notes
Diffstat (limited to 'devel/pear-PEAR')
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 12 | ||||
-rw-r--r-- | devel/pear-PEAR/pkg-descr | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index d07d4a670464..b9bfeea04a0f 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 f99c612adb72..82243a8d7f77 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/ |