summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2010-07-24 18:12:11 +0000
committergdt <gdt>2010-07-24 18:12:11 +0000
commit7a784357d13b10b93a08a24cbc43749a7d577faa (patch)
treee262372f0efb3e4485fead4c224e873848be3cc6
parent41c2da6010650be3d7156404a5831c3b820384ef (diff)
downloadpkgsrc-7a784357d13b10b93a08a24cbc43749a7d577faa.tar.gz
Clarify when to use this fragment, and that it's ok to use it and
egg.mk in the same package.
-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