[Midnightbsd-cvs] mports: Makefile: Clean up the ldconfig stuff properly.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Mon Apr 14 14:03:01 EDT 2008
Log Message:
-----------
Clean up the ldconfig stuff properly. We don't need any of the ld_compat
stuff, which is for old freebsd versions. The builtin USE_LDCONFIG logic
does the exact same thing, and it is integrated with fake.
Modified Files:
--------------
mports/mail/evolution:
Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/evolution/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L mail/evolution/Makefile -L mail/evolution/Makefile -u -r1.2 -r1.3
--- mail/evolution/Makefile
+++ mail/evolution/Makefile
@@ -57,8 +57,7 @@
.include <bsd.port.pre.mk>
-USE_LDCONFIG= ${TRUE_PREFIX}/lib/evolution/${EVO_VERSION}
-.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
+USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
.if defined(PACKAGE_BUILDING)
WITH_DBUS= yes
@@ -116,7 +115,7 @@
@${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \
${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c
-post-install: install-ldconfig-file
+post-install:
${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer
${INSTALL_DATA} ${WRKSRC}/composer/e-msg*.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer
${INSTALL_DATA} ${WRKSRC}/composer/Editor.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer
More information about the Midnightbsd-cvs
mailing list