diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-26 12:19:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-26 12:19:33 +0000 |
commit | c124b85924bb113afa7589549fe74628a210d42d (patch) | |
tree | a491651123e18a8ccc6c1cca6418cade5a515673 /emulators | |
parent | 6b1815b2817737b9ef9a467bb74e55dff1307328 (diff) | |
download | ports-c124b85924bb113afa7589549fe74628a210d42d.tar.gz ports-c124b85924bb113afa7589549fe74628a210d42d.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 2 |
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|' \ |