devel/tclreadline: remove obsolete post-patch steps

This commit is contained in:
Pietro Cerutti 2017-03-31 13:14:36 +00:00
parent 7215f56506
commit 03f1ce00ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437354

View file

@ -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>