diff options
Diffstat (limited to 'games/powerpak/Makefile')
-rw-r--r-- | games/powerpak/Makefile | 9 |
1 files changed, 2 insertions, 7 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> |