diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-26 20:19:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-26 20:19:33 +0800 |
commit | 8357ef564fefd56ac7dce62e0261adbfa9eb9a82 (patch) | |
tree | a491651123e18a8ccc6c1cca6418cade5a515673 /emulators | |
parent | 67750f944750de19ad450dded5e2815cb10a2ecf (diff) | |
download | freebsd-ports-gnome-8357ef564fefd56ac7dce62e0261adbfa9eb9a82.tar.gz freebsd-ports-gnome-8357ef564fefd56ac7dce62e0261adbfa9eb9a82.tar.zst freebsd-ports-gnome-8357ef564fefd56ac7dce62e0261adbfa9eb9a82.zip |
Unbreak a bit, by installing mo files in stagedir and not outside
With hat: portmgr
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|' \ |