aboutsummaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-26 12:19:33 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-26 12:19:33 +0000
commitc124b85924bb113afa7589549fe74628a210d42d (patch)
treea491651123e18a8ccc6c1cca6418cade5a515673 /emulators/vice
parent6b1815b2817737b9ef9a467bb74e55dff1307328 (diff)
downloadports-c124b85924bb113afa7589549fe74628a210d42d.tar.gz
ports-c124b85924bb113afa7589549fe74628a210d42d.zip
Unbreak a bit, by installing mo files in stagedir and not outside
With hat: portmgr
Notes
Notes: svn path=/head/; revision=352245
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 44fead031c9e..9a180b9ee9f4 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -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|' \