svn commit: r318145 - in head/comms/libmodbus: . files

Boris Samorodov bsam at FreeBSD.org
Tue May 14 08:42:57 UTC 2013


Author: bsam
Date: Tue May 14 08:42:56 2013
New Revision: 318145
URL: http://svnweb.freebsd.org/changeset/ports/318145

Log:
  Use the power of USES=pathfix instead of the file patch.
  
  PR:		ports/178610
  Submitted by:	jgh (thanks!)

Deleted:
  head/comms/libmodbus/files/
Modified:
  head/comms/libmodbus/Makefile

Modified: head/comms/libmodbus/Makefile
==============================================================================
--- head/comms/libmodbus/Makefile	Tue May 14 08:42:19 2013	(r318144)
+++ head/comms/libmodbus/Makefile	Tue May 14 08:42:56 2013	(r318145)
@@ -14,6 +14,7 @@ GH_ACCOUNT=	stephane
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+USES=		pathfix
 
 PLIST_FILES=	include/modbus/modbus-rtu.h include/modbus/modbus-tcp.h \
 		include/modbus/modbus-version.h include/modbus/modbus.h \


More information about the svn-ports-head mailing list