pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/ezmlm-idx
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Jun 25 14:39:20 UTC 2019
Modified Files:
pkgsrc/mail/ezmlm-idx: Makefile
Log Message:
Really fix rpaths in installed shlibs on Darwin. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/mail/ezmlm-idx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/ezmlm-idx/Makefile
diff -u pkgsrc/mail/ezmlm-idx/Makefile:1.50 pkgsrc/mail/ezmlm-idx/Makefile:1.51
--- pkgsrc/mail/ezmlm-idx/Makefile:1.50 Tue May 7 14:24:03 2019
+++ pkgsrc/mail/ezmlm-idx/Makefile Tue Jun 25 14:39:20 2019
@@ -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-extract:
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