svn commit: r397987 - head/devel/linux_libusb

Antoine Brodin antoine at FreeBSD.org
Sat Sep 26 15:14:39 UTC 2015


Author: antoine
Date: Sat Sep 26 15:14:38 2015
New Revision: 397987
URL: https://svnweb.freebsd.org/changeset/ports/397987

Log:
  Convert to USE_LDCONFIG

Modified:
  head/devel/linux_libusb/Makefile

Modified: head/devel/linux_libusb/Makefile
==============================================================================
--- head/devel/linux_libusb/Makefile	Sat Sep 26 15:12:17 2015	(r397986)
+++ head/devel/linux_libusb/Makefile	Sat Sep 26 15:14:38 2015	(r397987)
@@ -14,11 +14,10 @@ BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:
 
 USES=		tar:bzip2
 ONLY_FOR_ARCHS=	i386 amd64
+USE_LDCONFIG=	yes
 USE_LINUX_PREFIX=	yes
 PLIST_FILES=		usr/lib/libusb.so	\
-			usr/lib/libusb-0.1.so.4 \
-			"@exec ${LDCONFIG_CMD}" \
-			"@unexec ${LDCONFIG_CMD}"
+			usr/lib/libusb-0.1.so.4
 CC=		${LINUXBASE}/usr/bin/gcc
 CFLAGS+=	-I${WRKDIR}/sys
 MAKE_ARGS+=	LIBUSB_GLOBAL_INCLUDE_FILE=libusb_global_linux.h


More information about the svn-ports-head mailing list