pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mk/pear-channel.mk: Remove reference to PEARDIR
Module Name: pkgsrc-wip
Committed By: Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By: tuxillo
Date: Wed Sep 12 18:10:18 2018 +0000
Changeset: 3d1df30af6a80e61529030bc6df8db75409002a9
Modified Files:
mk/pear-channel.mk
Log Message:
mk/pear-channel.mk: Remove reference to PEARDIR
- Since 7c47b7b762ac, PEARDIR is not being set resulting in a bad
substitution in pear-channel-* packages. Use PREFIX for the
pear binary to be properly called.
Help-from: @leot
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d1df30af6a80e61529030bc6df8db75409002a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mk/pear-channel.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/mk/pear-channel.mk b/mk/pear-channel.mk
index 011dde643a..0dee9a6d64 100644
--- a/mk/pear-channel.mk
+++ b/mk/pear-channel.mk
@@ -32,7 +32,7 @@ INSTALLATION_DIRS+= ${PEAR_CHANNELS_SUBDIR}
PEAR_CHANNEL_VERSION?= 1
-FILES_SUBST+= PEAR_CMD=${PEARDIR}/bin/pear
+FILES_SUBST+= PEAR_CMD=${PREFIX}/bin/pear
FILES_SUBST+= PEAR_CHANNELS_SUBDIR=${PEAR_CHANNELS_SUBDIR}
FILES_SUBST+= PEAR_CHANNEL=${PEAR_CHANNEL}
INSTALL_TEMPLATES+= ../../wip/mk/pear-channel.tmpl
Home |
Main Index |
Thread Index |
Old Index