Remove the BROKEN tag on this with usage of find and perl.
Reminded by: mharo
This commit is contained in:
parent
19b0d22308
commit
b95e478e95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21194
2 changed files with 2 additions and 12 deletions
|
@ -18,7 +18,8 @@ LIB_DEPENDS= SDL.0:${PORTSDIR}/devel/sdl \
|
|||
|
||||
MAKEFILE= Makefile.FreeBSD
|
||||
|
||||
BROKEN= 'Files in distribution are spammed with DOS-style CRLFs which prevents any patches from applying'
|
||||
post-extract:
|
||||
@ /usr/bin/find ${WRKSRC} -type f | xargs ${PERL} -pi -e 's/\r//g'
|
||||
|
||||
pre-build:
|
||||
@ ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC}
|
||||
|
@ -42,12 +43,6 @@ do-install:
|
|||
.endfor
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/PowerPak
|
||||
.for file in ASCII-Logo CHANGELOG LICENSE README.IMG.h
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/PowerPak
|
||||
.endfor
|
||||
.endif
|
||||
@ ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,10 +12,6 @@ lib/libPP.a
|
|||
lib/libPP.so
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
share/doc/PowerPak/ASCII-Logo
|
||||
share/doc/PowerPak/CHANGELOG
|
||||
share/doc/PowerPak/LICENSE
|
||||
share/doc/PowerPak/README.IMG.h
|
||||
share/examples/PowerPak/PowerDraw/Makefile
|
||||
share/examples/PowerPak/PowerDraw/crackman.ttf
|
||||
share/examples/PowerPak/PowerDraw/crackman.txt
|
||||
|
@ -35,7 +31,6 @@ share/examples/PowerPak/PowerInput/ex2.c
|
|||
share/examples/PowerPak/PowerInput/ex3.c
|
||||
share/examples/PowerPak/PowerInput/ex4.c
|
||||
@dirrm include/PowerPak
|
||||
@dirrm share/doc/PowerPak
|
||||
@dirrm share/examples/PowerPak/PowerDraw
|
||||
@dirrm share/examples/PowerPak/PowerInput
|
||||
@dirrm share/examples/PowerPak
|
||||
|
|
Loading…
Reference in a new issue