1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Fix damage done by replacing PERL into REINPLACE_CMD.

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-05 00:26:28 +00:00
parent d9a243c1c4
commit fab3e8b3e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69483

View File

@ -14,7 +14,6 @@ MASTER_SITES= http://www.svgalib.org/
MAINTAINER= sobomax@FreeBSD.org
USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
ALL_TARGET= shared static
@ -34,7 +33,10 @@ MAN${i}!= /bin/cat ${FILESDIR}/man${i}
.endfor
pre-patch:
${REINPLACE_CMD} -e 's.\x0D..' ${WRKSRC}/utils/gtf/*
for file in ${WRKSRC}/utils/gtf/*.h; do \
${TR} -d '\015' < $${file} > $${file}.new; \
${MV} $${file}.new $${file}; \
done
${MKDIR} ${WRKSRC}/include/linux
post-install: