Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 12:19:34 +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: r352245 - head/emulators/vice
Message-ID:  <201404261219.s3QCJYU4021835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr 26 12:19:33 2014
New Revision: 352245
URL: http://svnweb.freebsd.org/changeset/ports/352245
QAT: https://qat.redports.org/buildarchive/r352245/

Log:
  Unbreak a bit, by installing mo files in stagedir and not outside
  
  With hat:	portmgr

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Sat Apr 26 10:54:10 2014	(r352244)
+++ head/emulators/vice/Makefile	Sat Apr 26 12:19:33 2014	(r352245)
@@ -147,7 +147,7 @@ post-extract:
 post-patch:
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
 		${WRKSRC}/man/vice.1
-	${REINPLACE_CMD} -e "s|^localedir.*|localedir = ${LOCALBASE}/share/locale|" \
+	${REINPLACE_CMD} -e 's|^localedir.*|localedir = $$(DESTDIR)${LOCALBASE}/share/locale|' \
 		${WRKSRC}/po/Makefile.in.in
 	${REINPLACE_CMD} -e 's|lungif|lgif|g' -e 's|== "x|= "x|' \
 		-e 's|"DATADIRNAME"/locale|share/locale|' \



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