Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/smokeping net/smokeping: fix library path



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2ca36177968
branches:  trunk
changeset: 431428:b2ca36177968
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 04:30:40 2020 +0000

description:
net/smokeping: fix library path

diffstat:

 net/smokeping/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 048d94b9a241 -r b2ca36177968 net/smokeping/Makefile
--- a/net/smokeping/Makefile    Wed May 13 04:29:24 2020 +0000
+++ b/net/smokeping/Makefile    Wed May 13 04:30:40 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2020/04/30 12:03:32 bouyer Exp $
+# $NetBSD: Makefile,v 1.46 2020/05/13 04:30:40 rillig Exp $
 
 DISTNAME=      smokeping-2.7.3
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://oss.oetiker.ch/smokeping/pub/
 
@@ -70,7 +71,7 @@
 SUBST_CLASSES+=                libs
 SUBST_STAGE.libs=      pre-configure
 SUBST_FILES.libs=      bin/smokeping_cgi bin/smokeping bin/smokeinfo bin/tSmoke
-SUBST_SED.libs=                -e "s|FindBin::Bin/../lib|FindBin::Bin/../lib/smokeping|g"
+SUBST_SED.libs=                -e "s|FindBin::RealBin/../lib|FindBin::RealBin/../lib/smokeping|g"
 SUBST_MESSAGE.libs=    Fixing library path
 
 OWN_DIRS+=             ${SMOKEPING_HOME}



Home | Main Index | Thread Index | Old Index