pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Made "make help" find this.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277a56fc0bfc
branches:  trunk
changeset: 524357:277a56fc0bfc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 24 09:59:02 2007 +0000

description:
Made "make help" find this.

diffstat:

 lang/python/application.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 413de6b58a32 -r 277a56fc0bfc lang/python/application.mk
--- a/lang/python/application.mk        Wed Jan 24 08:18:35 2007 +0000
+++ b/lang/python/application.mk        Wed Jan 24 09:59:02 2007 +0000
@@ -1,10 +1,14 @@
-# $NetBSD: application.mk,v 1.7 2006/03/11 10:07:50 ghen Exp $
+# $NetBSD: application.mk,v 1.8 2007/01/24 09:59:02 rillig Exp $
 
 .include "../../lang/python/pyversion.mk"
 
 # replace shell magic by python version specific path
+#
 # PYTHON_PATCH_SCRIPTS is a list of Python scripts to be installed,
 #  relative to ${WRKSRC}
+#
+# Keywords: python
+#
 
 .if defined(PYTHON_PATCH_SCRIPTS)
 REPLACE_INTERPRETER+=  python



Home | Main Index | Thread Index | Old Index