pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ezmlm-idx Really fix rpaths in installed shlibs o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bed7bd811be0
branches: trunk
changeset: 335641:bed7bd811be0
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Jun 25 14:39:20 2019 +0000
description:
Really fix rpaths in installed shlibs on Darwin. Bump PKGREVISION.
diffstat:
mail/ezmlm-idx/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 7bbea4a8862b -r bed7bd811be0 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile Tue Jun 25 12:06:56 2019 +0000
+++ b/mail/ezmlm-idx/Makefile Tue Jun 25 14:39:20 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2019/05/07 14:24:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.51 2019/06/25 14:39:20 schmonz Exp $
#
DISTNAME= ezmlm-idx-${IDXVERSION}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= mail
IDXVERSION= 7.2.2
MASTER_SITES= http://untroubled.org/ezmlm/archive/${IDXVERSION}/
@@ -60,7 +60,7 @@
post-build:
. if ${OPSYS} == Darwin
cd ${WRKSRC} && for lib in *.so; do \
- install_name_tool -id ${PREFIX}/lib/$${lib} $${lib}; \
+ install_name_tool -id ${PREFIX}/lib/ezmlm/$${lib} $${lib}; \
done
. endif
Home |
Main Index |
Thread Index |
Old Index