diff options
-rw-r--r-- | games/warzone2100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 84a173df5047..328c60727a50 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|-m32||' ${WRKSRC}/configure .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -Ee 's|^(dist_doc_DATA =) .*|\1|' \ + @${REINPLACE_CMD} -Ee 's|^install-dist_docDATA$$||' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^install: install-am|install:|' \ ${WRKSRC}/doc/Makefile.in |