1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build on 4.x (remove some ^M line ends)

PR:		ports/82607
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer (implicit)
Reported by:	lofi
This commit is contained in:
Sam Lawrance 2005-07-02 06:19:01 +00:00
parent f40a0e4c6e
commit 7d20adc0c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138333

View File

@ -17,6 +17,10 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOCONF_VER= 259
USE_INC_LIBTOOL_VER= 13
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
pre-configure:
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
.include <bsd.port.mk>