diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 06:32:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 06:32:43 +0000 |
commit | b95e478e9523a74db382d56259975efea1be0ab3 (patch) | |
tree | 92afc261242e72d6cc043a850583876f36cccd63 | |
parent | distfile name change (diff) |
Remove the BROKEN tag on this with usage of find and perl.
Reminded by: mharo
Notes
Notes:
svn path=/head/; revision=21194
Diffstat (limited to '')
-rw-r--r-- | games/powerpak/Makefile | 9 | ||||
-rw-r--r-- | games/powerpak/pkg-plist | 5 |
2 files changed, 2 insertions, 12 deletions
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 <bsd.port.mk> 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 |