Date: Tue, 14 May 2013 08:42:57 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318145 - in head/comms/libmodbus: . files Message-ID: <201305140842.r4E8gvke035713@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305140842.r4E8gvke035713>