pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/extract Added a typical command for the post-extrac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08b228a03b4b
branches:  trunk
changeset: 523533:08b228a03b4b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 09 05:13:43 2007 +0000

description:
Added a typical command for the post-extract target.

diffstat:

 mk/extract/bsd.extract.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 49c6b66c29c5 -r 08b228a03b4b mk/extract/bsd.extract.mk
--- a/mk/extract/bsd.extract.mk Tue Jan 09 05:13:27 2007 +0000
+++ b/mk/extract/bsd.extract.mk Tue Jan 09 05:13:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.extract.mk,v 1.2 2006/11/20 00:03:22 rillig Exp $
+# $NetBSD: bsd.extract.mk,v 1.3 2007/01/09 05:13:43 rillig Exp $
 #
 # This Makefile fragment is included to bsd.pkg.mk and defines the
 # relevant variables and targets for the "extract" phase.
@@ -29,5 +29,8 @@
 #
 #      Default action: Nothing.
 #
+#      Typical actions:
+#      * chmod -R a+r,u+w,go-w ${WRKSRC}
+#
 
 .include "${PKGSRCDIR}/mk/extract/extract.mk"



Home | Main Index | Thread Index | Old Index