Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 10:58:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499745 - in head/devel/libepoll-shim: . files
Message-ID:  <201904231058.x3NAw6U4097022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr 23 10:58:06 2019
New Revision: 499745
URL: https://svnweb.freebsd.org/changeset/ports/499745

Log:
  devel/libepoll-shim: Fixup r499736 and replace patch with REINPLACE_CMD
  
  Submitted by:	jbeich

Deleted:
  head/devel/libepoll-shim/files/
Modified:
  head/devel/libepoll-shim/Makefile

Modified: head/devel/libepoll-shim/Makefile
==============================================================================
--- head/devel/libepoll-shim/Makefile	Tue Apr 23 10:39:13 2019	(r499744)
+++ head/devel/libepoll-shim/Makefile	Tue Apr 23 10:58:06 2019	(r499745)
@@ -18,14 +18,12 @@ GH_TAGNAME=	1d1135384395dbf38eea00680ca28ead04f8dce2
 USE_LDCONFIG=	yes
 
 USES=		compiler uidfix
-MAKE_ARGS=	INCSDIR=${PREFIX}/include/libepoll-shim/sys \
-		LIBDATADIR=${PREFIX}/libdata \
-		LIBDIR=${PREFIX}/lib \
-		WITHOUT_PROFILE=yes
+MAKE_ARGS=	WITHOUT_PROFILE=yes
 
 .include <bsd.port.pre.mk>
 
 post-patch:
+	@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
 .if "${CHOSEN_COMPILER_TYPE}" == "gcc"
 	@${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \
 		-e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904231058.x3NAw6U4097022>