From 9499ba74347dc430fcf4cbf44e20137f11c11f87 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 18 Jan 2006 20:14:34 +0000 Subject: [PATCH] - Remove :install from LIB_DEPENDS example, it's optional and we all seen enough new port PRs which had :install everywhere - Correct description of PATCH_DEPENDS example to match the example --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index f6ce917c02..29fdeffd60 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -3108,7 +3108,7 @@ ALWAYS_KEEP_DISTFILES= yes directory in which to find it in case it is not available, and target is the target to call in that directory. For example, - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg will check for a shared jpeg library with major version 9, and descend into the graphics/jpeg subdirectory of your ports tree to build and install it if it is not found. @@ -3266,7 +3266,7 @@ ALWAYS_KEEP_DISTFILES= yes ${NONEXISTENT}:${PORTSDIR}/java/jfc:extract will descend into the java/jfc subdirectory of your ports tree to - build and install it if it is not found. + extract it. The dependency is checked from within the patch target. The