summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorgdt <gdt>2010-07-24 18:12:11 +0000
committergdt <gdt>2010-07-24 18:12:11 +0000
commiteca948e6f15c70d5fc86d50b0031d58cc5a4db76 (patch)
treee262372f0efb3e4485fead4c224e873848be3cc6 /lang/python
parent08da40f3f02767e436724527a2aa9e4408ff94fc (diff)
downloadpkgsrc-eca948e6f15c70d5fc86d50b0031d58cc5a4db76.tar.gz
Clarify when to use this fragment, and that it's ok to use it and
egg.mk in the same package.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/application.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python/application.mk b/lang/python/application.mk
index b9b63be244c..6a8134522de 100644
--- a/lang/python/application.mk
+++ b/lang/python/application.mk
@@ -1,7 +1,12 @@
-# $NetBSD: application.mk,v 1.9 2007/02/20 11:30:43 rillig Exp $
+# $NetBSD: application.mk,v 1.10 2010/07/24 18:12:11 gdt Exp $
#
# Replace the #! interpreter for Python scripts.
#
+# This mk fragment should be included in all python packages that
+# install python scripts, or at least those that don't use setuptools
+# or some other mechanism to set the real path. Specifically, it is
+# reasonable to include both egg.mk and application.mk.
+#
# Package-settable variables:
#
# REPLACE_PYTHON