svn commit: r432051 - head/games/bombherman

Antoine Brodin antoine at FreeBSD.org
Sat Jan 21 15:33:19 UTC 2017


Author: antoine
Date: Sat Jan 21 15:33:18 2017
New Revision: 432051
URL: https://svnweb.freebsd.org/changeset/ports/432051

Log:
  Remove unneeded reinplace of a symlink
  
  PR:		216309

Modified:
  head/games/bombherman/Makefile

Modified: head/games/bombherman/Makefile
==============================================================================
--- head/games/bombherman/Makefile	Sat Jan 21 15:27:56 2017	(r432050)
+++ head/games/bombherman/Makefile	Sat Jan 21 15:33:18 2017	(r432051)
@@ -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/


More information about the svn-ports-all mailing list