pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ddocent: Fix PYTHONBIN subst
Module Name: pkgsrc-wip
Committed By: Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Apr 15 09:59:19 2018 -0500
Changeset: b593b59497f3051c5a1df5f51efa3859e8463aeb
Modified Files:
ddocent/Makefile
Log Message:
ddocent: Fix PYTHONBIN subst
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b593b59497f3051c5a1df5f51efa3859e8463aeb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ddocent/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/ddocent/Makefile b/ddocent/Makefile
index 0861dee9d0..3eb5d71482 100644
--- a/ddocent/Makefile
+++ b/ddocent/Makefile
@@ -44,7 +44,7 @@ SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-install
SUBST_SED.prefix+= -e 's|%%PREFIX%%|${PREFIX}|g'
SUBST_SED.prefix+= -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g'
-SUBST_SED.prefix+= -e 's|python|${PYTHON_CMD}|g'
+SUBST_SED.prefix+= -e 's|python|${PYTHONBIN}|g'
SUBST_FILES.prefix+= ${DESTDIR}${PREFIX}/bin/dDocent
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index