pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(graphics/revealjs) remove extra / at SUBST results
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Tue Mar 26 23:41:46 2019 +0900
Changeset: 5b6915f77712af950214317a9a811dbfada5a555
Modified Files:
revealjs/Makefile
Log Message:
(graphics/revealjs) remove extra / at SUBST results
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b6915f77712af950214317a9a811dbfada5a555
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
revealjs/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/revealjs/Makefile b/revealjs/Makefile
index bd32a594a8..a82bd815d9 100644
--- a/revealjs/Makefile
+++ b/revealjs/Makefile
@@ -18,9 +18,9 @@ SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= test/examples/*.html
-SUBST_SED.path= -e "s|href=\"\.\.\/\.\.\/|href=\"${INSTALL_DIR}/${PKGNAME}/|"
-SUBST_SED.path+= -e "s|src=\"\.\.\/\.\.\/|src=\"${INSTALL_DIR}/${PKGNAME}/|"
-SUBST_SED.path+= -e "s|src: \'\.\.\/\.\.\/|src: \'${INSTALL_DIR}/${PKGNAME}/|"
+SUBST_SED.path= -e "s|href=\"\.\.\/\.\.\/|href=\"${INSTALL_DIR}${PKGNAME}/|"
+SUBST_SED.path+= -e "s|src=\"\.\.\/\.\.\/|src=\"${INSTALL_DIR}${PKGNAME}/|"
+SUBST_SED.path+= -e "s|src: \'\.\.\/\.\.\/|src: \'${INSTALL_DIR}${PKGNAME}/|"
do-install:
mkdir ${DESTDIR}${PREFIX}/share/revealjs/
Home |
Main Index |
Thread Index |
Old Index