pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

foliate: Removes the redundant WRKSRC reference in REPLACE_PYTHON.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Sun Oct 6 11:11:08 2019 -0500
Changeset:	c931215fc56fa79bee64f39827c8c5ede4f836d0

Modified Files:
	foliate/Makefile

Log Message:
foliate: Removes the redundant WRKSRC reference in REPLACE_PYTHON.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c931215fc56fa79bee64f39827c8c5ede4f836d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 foliate/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/foliate/Makefile b/foliate/Makefile
index d1c866e89e..4f3ca6d564 100644
--- a/foliate/Makefile
+++ b/foliate/Makefile
@@ -17,8 +17,8 @@ BUILD_DEPENDS+=	gjs>=1.52.0:../../lang/gjs
 # XXX fails without GNU msgfmt
 _TOOLS_USE_PKGSRC.msgfmt=	yes
 
-REPLACE_PYTHON+=	${WRKSRC}/build-aux/meson/postinstall.py
-REPLACE_PYTHON+=	${WRKSRC}/src/assets/KindleUnpack/*.py
+REPLACE_PYTHON+=	build-aux/meson/postinstall.py
+REPLACE_PYTHON+=	src/assets/KindleUnpack/*.py
 
 GLIB_SCHEMAS=	com.github.johnfactotum.Foliate.gschema.xml
 


Home | Main Index | Thread Index | Old Index