diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-02 14:32:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-02 14:32:43 +0800 |
commit | 789d52ac1042825c5c737e2ef4c3f23ca9cbae48 (patch) | |
tree | 139b7142993b3c23d7f727f65b18d5bd1b24cd33 /games | |
parent | 9782117e3645104c1436b4169213f2eb7b6f7122 (diff) | |
download | freebsd-ports-gnome-789d52ac1042825c5c737e2ef4c3f23ca9cbae48.tar.gz freebsd-ports-gnome-789d52ac1042825c5c737e2ef4c3f23ca9cbae48.tar.zst freebsd-ports-gnome-789d52ac1042825c5c737e2ef4c3f23ca9cbae48.zip |
Remove the BROKEN tag on this with usage of find and perl.
Reminded by: mharo
Diffstat (limited to 'games')
-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 |