diff options
Diffstat (limited to 'games/quake2forge/Makefile')
-rw-r--r-- | games/quake2forge/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index 7434a734b087..379d85a64aeb 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -107,9 +107,6 @@ post-patch: 's|\($$(libdir)/\)@PACKAGE@|\1${PORTNAME}|' @${REINPLACE_CMD} -e 's|\($$libdir/\)$$PACKAGE|\1${PORTNAME}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's/%zu/%u/g' ${WRKSRC}/src/main.c -.endif .for f in ${Q2F_BADMODS} @${REINPLACE_CMD} -i "" -e 's/${f}//' ${WRKSRC}/src/Makefile.in .endfor |