pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vis-editor: fix build on linux
Module Name: pkgsrc-wip
Committed By: Eric Garver <e%erig.me@localhost>
Pushed By: erig
Date: Sun Mar 26 15:05:16 2017 -0400
Changeset: 0eddec98fe69a415495641e0f47cc7335a3cf97a
Modified Files:
vis-editor/Makefile
Log Message:
vis-editor: fix build on linux
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0eddec98fe69a415495641e0f47cc7335a3cf97a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vis-editor/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/vis-editor/Makefile b/vis-editor/Makefile
index e8b2068f57..9ac7a6a253 100644
--- a/vis-editor/Makefile
+++ b/vis-editor/Makefile
@@ -42,11 +42,11 @@ SUBST_CLASSES+= binary-names
SUBST_STAGE.binary-names= pre-build
SUBST_MESSAGE.binary-names= Fixing binary names.
SUBST_FILES.binary-names= vis-complete vis-open man/*.1 lua/plugins/*.lua vis.c vis.h
-SUBST_SED.binary-names+= -e 's,[[:<:]]'${DISTBASE}'-\(open\)[[:>:]],'${PKGBASE}'-\1,g'
-SUBST_SED.binary-names+ -e 's,[[:<:]]'${DISTBASE}'-\(clipboard\)[[:>:]],'${PKGBASE}'-\1,g'
-SUBST_SED.binary-names+ -e 's,[[:<:]]'${DISTBASE}'-\(complete\)[[:>:]],'${PKGBASE}'-\1,g'
-SUBST_SED.binary-names+ -e 's,[[:<:]]'${DISTBASE}'-\(digraph\)[[:>:]],'${PKGBASE}'-\1,g'
-SUBST_SED.binary-names+ -e 's,[[:<:]]'${DISTBASE}'-\(menu\)[[:>:]],'${PKGBASE}'-\1,g'
+SUBST_SED.binary-names= -e 's,'${DISTBASE}'-\(open\),'${PKGBASE}'-\1,g'
+SUBST_SED.binary-names+= -e 's,'${DISTBASE}'-\(clipboard\),'${PKGBASE}'-\1,g'
+SUBST_SED.binary-names+= -e 's,'${DISTBASE}'-\(complete\),'${PKGBASE}'-\1,g'
+SUBST_SED.binary-names+= -e 's,'${DISTBASE}'-\(digraph\),'${PKGBASE}'-\1,g'
+SUBST_SED.binary-names+= -e 's,'${DISTBASE}'-\(menu\),'${PKGBASE}'-\1,g'
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/${DISTBASE} ${DESTDIR}${PREFIX}/bin/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index