diff options
-rw-r--r-- | games/lander/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/lander/Makefile b/games/lander/Makefile index 0064ad48c1d7..3bf0ac6d3173 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -38,6 +38,9 @@ DESKTOP_ENTRIES="Lunar Lander" \ OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e 's|-R$$found_dir||g' ${WRKSRC}/configure + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ |