From 789d52ac1042825c5c737e2ef4c3f23ca9cbae48 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 2 Sep 1999 06:32:43 +0000 Subject: Remove the BROKEN tag on this with usage of find and perl. Reminded by: mharo --- games/powerpak/Makefile | 9 ++------- games/powerpak/pkg-plist | 5 ----- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'games') diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile index 18c426e4a5f3..d103e42a9014 100644 --- a/games/powerpak/Makefile +++ b/games/powerpak/Makefile @@ -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 diff --git a/games/powerpak/pkg-plist b/games/powerpak/pkg-plist index f0991561de2e..0daa966d3dde 100644 --- a/games/powerpak/pkg-plist +++ b/games/powerpak/pkg-plist @@ -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 -- cgit