diff options
-rw-r--r-- | games/bombherman/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 427653d5125a..0d946b2c952d 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -54,12 +54,6 @@ PORTSCOUT= ignore:1 pre-configure: @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) -.if ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e \ - 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \ - ${WRKSRC}/po/Makefile.in.in -.endif - post-install: .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ |