Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 15:33:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432051 - head/games/bombherman
Message-ID:  <201701211533.v0LFXIA7096937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211533.v0LFXIA7096937>