diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-21 17:31:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-21 17:31:47 +0000 |
commit | 89d7d3baff724e401095c440225fcc236b538df7 (patch) | |
tree | 21c4f3ac49af2d5563f462bf85d8f4753a231817 /net/dhisd/Makefile | |
parent | f8e39b938421f4bd5db51660073fb59011344cf2 (diff) | |
download | pkgsrc-89d7d3baff724e401095c440225fcc236b538df7.tar.gz |
Fix rpath use.
Diffstat (limited to 'net/dhisd/Makefile')
-rw-r--r-- | net/dhisd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index 9c33768fb33..d704bb7124a 100644 --- a/net/dhisd/Makefile +++ b/net/dhisd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/03/08 01:01:52 mef Exp $ +# $NetBSD: Makefile,v 1.18 2015/03/21 17:31:47 joerg Exp $ # DISTNAME= dhisd-5.5 @@ -19,7 +19,7 @@ SUBST_FILES.prefix= Makefile SUBST_STAGE.prefix= pre-configure SUBST_MESSAGE.prefix= Convert /usr/local to ${PREFIX} SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|;' -SUBST_SED.prefix+= -e '/LFLAGS/s|${PREFIX}|${PREFIX}/lib -Wl,-rpath=${PREFIX}|;' +SUBST_SED.prefix+= -e '/LFLAGS/s|${PREFIX}|${PREFIX}/lib -Wl,-rpath,${PREFIX}|;' SUBST_CLASSES+= varbase SUBST_FILES.varbase= dhisd.h README |