diff options
Diffstat (limited to 'games/blobwars/Makefile')
-rw-r--r-- | games/blobwars/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index e55cc0f6e8a3..3fec8f312b71 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -28,10 +28,6 @@ PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/makefile -.for f in src/headers.h src/CFileData.cpp src/CPak.cpp src/pak.h - @${REINPLACE_CMD} -e 's|SDL/SDL\([_a-z]*\)\.h|SDL11/SDL\1.h|' \ - ${WRKSRC}/${f} -.endfor .if !defined(NOPORTDOCS) post-install: |