From 3fdfd60a6d0f0f9bd4c08fd5dd53df5f9cf7a65f Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 2 Jul 2005 19:39:06 +0000 Subject: [PATCH] According to bsd.port.mk: USE_BZIP2 would set EXTRACT_SUFX to .tar.bz2, not just .bz2. --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 6dcfe18d21..1fb0d32ec5 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -2223,7 +2223,7 @@ EXTRACT_SUFX= .tgz The USE_BZIP2 and USE_ZIP variables automatically set EXTRACT_SUFX to - .bz2 or .zip as necessary. If + .tar.bz2 or .zip as necessary. If neither of these are set then EXTRACT_SUFX defaults to .tar.gz.