svn commit: r352245 - head/emulators/vice

Antoine Brodin antoine at FreeBSD.org
Sat Apr 26 12:19:34 UTC 2014


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|' \


More information about the svn-ports-all mailing list