svn commit: r437354 - head/devel/tclreadline

Pietro Cerutti gahr at FreeBSD.org
Fri Mar 31 13:14:37 UTC 2017


Author: gahr
Date: Fri Mar 31 13:14:36 2017
New Revision: 437354
URL: https://svnweb.freebsd.org/changeset/ports/437354

Log:
  devel/tclreadline: remove obsolete post-patch steps

Modified:
  head/devel/tclreadline/Makefile

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Fri Mar 31 13:10:02 2017	(r437353)
+++ head/devel/tclreadline/Makefile	Fri Mar 31 13:14:36 2017	(r437354)
@@ -21,14 +21,4 @@ USE_LDCONFIG=	yes
 TCL_PKG=	${PORTNAME}${PORTVERSION}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
-post-patch:
-	${REINPLACE_CMD} \
-	    -e '/^#define MALLOC/d; /^#define FREE/d; s|MALLOC|malloc|g; s|FREE|free|g' \
-	    ${WRKSRC}/tclreadline.c
-	${REINPLACE_CMD} -e 's|/usr/locanl|/usr/local|' ${WRKSRC}/tclreadlineSetup.tcl.in
-	${REINPLACE_CMD} -e 's|/usr/local/bin/tclsh|${TCLSH}|g' \
-	    ${WRKSRC}/tclreadlineSetup.tcl.in \
-	    ${WRKSRC}/tclreadlineInit.tcl.in \
-	    ${WRKSRC}/pkgIndex.tcl.in
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list