diff options
Diffstat (limited to 'games/excido/Makefile')
-rw-r--r-- | games/excido/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/excido/Makefile b/games/excido/Makefile index 83354c528197..cc6a4eb4befe 100644 --- a/games/excido/Makefile +++ b/games/excido/Makefile @@ -21,17 +21,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GL= yes USE_SDL= image sdl ttf -post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ - s|%%CFLAGS%%|${CFLAGS}| ; \ - s|%%DATADIR%%|${DATADIR}| ; \ - s|%%X11BASE%%|${X11BASE}|' \ - ${WRKSRC}/${MAKEFILE} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |