pkgsrc-WIP-changes archive

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

vimb3-git: pass the right RUNPREFIX



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 11 20:31:26 2017 +0200
Changeset:	8b124a3c38b750c52a5f0c1ca0bf3dccc9b19bc8

Modified Files:
	vimb3-git/Makefile

Log Message:
vimb3-git: pass the right RUNPREFIX

RUNPREFIX should be the real PREFIX without the DESTDIR!
(this is used to load webext_main.so)

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

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

diffstat:
 vimb3-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/vimb3-git/Makefile b/vimb3-git/Makefile
index c29c75d047..03e5145ace 100644
--- a/vimb3-git/Makefile
+++ b/vimb3-git/Makefile
@@ -24,7 +24,7 @@ EGDIR=		${PREFIX}/share/examples/vimb
 
 MAKE_FLAGS+=	EXAMPLEPREFIX="${DESTDIR}${EGDIR}"
 MAKE_FLAGS+=	MANPREFIX="${DESTDIR}${PREFIX}/${PKGMANDIR}"
-MAKE_FLAGS+=	RUNPREFIX="${DESTDIR}${PREFIX}"
+MAKE_FLAGS+=	RUNPREFIX="${PREFIX}"
 
 # Avoid conflicts with www/vimb
 post-install:


Home | Main Index | Thread Index | Old Index