pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide
Module Name: pkgsrc
Committed By: leot
Date: Sat Jan 7 18:00:09 UTC 2017
Modified Files:
pkgsrc/doc/guide: Makefile.common
Log Message:
pax is needed for the `htdocs-share' target
Noticed by <sevan>
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/doc/guide/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/Makefile.common
diff -u pkgsrc/doc/guide/Makefile.common:1.6 pkgsrc/doc/guide/Makefile.common:1.7
--- pkgsrc/doc/guide/Makefile.common:1.6 Sat Jun 11 18:14:42 2016
+++ pkgsrc/doc/guide/Makefile.common Sat Jan 7 18:00:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2016/06/11 18:14:42 rillig Exp $
+# $NetBSD: Makefile.common,v 1.7 2017/01/07 18:00:09 leot Exp $
#
# This is included by doc/guide and meta-pkgs/pkgsrc-guide-tools.
#
@@ -40,7 +40,7 @@ MAKE_ENV+= REQPKGS_PRINT=${REQPKGS_PRIN
. if ${_GUIDE_DEPTYPE} == "run"
USE_TOOLS+= gs:run
. else
-USE_TOOLS+= gs
+USE_TOOLS+= gs pax
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index