svn commit: r499745 - in head/devel/libepoll-shim: . files

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 23 10:58:07 UTC 2019


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


More information about the svn-ports-all mailing list