From 1f1db58b07cc38fcccb48fd4fb28355d044bd384 Mon Sep 17 00:00:00 2001 From: bsam Date: Tue, 14 May 2013 08:42:56 +0000 Subject: Use the power of USES=pathfix instead of the file patch. PR: ports/178610 Submitted by: jgh (thanks!) --- comms/libmodbus/Makefile | 1 + comms/libmodbus/files/patch-Makefile.in | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 comms/libmodbus/files/patch-Makefile.in (limited to 'comms') diff --git a/comms/libmodbus/Makefile b/comms/libmodbus/Makefile index 6039c00ebef..6d0ac0bf7e5 100644 --- a/comms/libmodbus/Makefile +++ b/comms/libmodbus/Makefile @@ -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 \ diff --git a/comms/libmodbus/files/patch-Makefile.in b/comms/libmodbus/files/patch-Makefile.in deleted file mode 100644 index 2113cd89ef0..00000000000 --- a/comms/libmodbus/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2013-05-14 00:10:34.000000000 +0400 -+++ Makefile.in 2013-05-14 00:11:07.000000000 +0400 -@@ -272,7 +272,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - EXTRA_DIST = MIGRATION README.rst libmodbus.spec - SUBDIRS = src doc tests --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libmodbus.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive -- cgit