diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-21 23:33:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-21 23:33:18 +0800 |
commit | 8b6024f24be48225d44791ddade19088aa349d94 (patch) | |
tree | 07a428dc986907d2cca9f7ac027efdefde6c7fb2 | |
parent | 8884fbfd3f20cd5a0dcbf130a9a6f7f601d338a2 (diff) | |
download | freebsd-ports-gnome-8b6024f24be48225d44791ddade19088aa349d94.tar.gz freebsd-ports-gnome-8b6024f24be48225d44791ddade19088aa349d94.tar.zst freebsd-ports-gnome-8b6024f24be48225d44791ddade19088aa349d94.zip |
Remove unneeded reinplace of a symlink
PR: 216309
-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/ |