diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-27 19:33:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-27 19:33:59 +0800 |
commit | 564f1e69015f0024e1a78ba29c32bb0395bf1ce8 (patch) | |
tree | 897c7eefda60cd2fef970a7808f8498372b48cdf /x11-themes | |
parent | e035a769d6ee1925640542d0a0da00bc161ee4a7 (diff) | |
download | freebsd-ports-gnome-564f1e69015f0024e1a78ba29c32bb0395bf1ce8.tar.gz freebsd-ports-gnome-564f1e69015f0024e1a78ba29c32bb0395bf1ce8.tar.zst freebsd-ports-gnome-564f1e69015f0024e1a78ba29c32bb0395bf1ce8.zip |
- Stage support
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/murrine-configurator/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile index cea18faa374f..3dac069661d5 100644 --- a/x11-themes/murrine-configurator/Makefile +++ b/x11-themes/murrine-configurator/Makefile @@ -19,12 +19,11 @@ NO_BUILD= yes USE_BZIP2= yes USE_GNOME= gtk20 -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \ - ${PREFIX}/share/pixmaps + ${STAGEDIR}${PREFIX}/share/pixmaps @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \ - ${PREFIX}/share/applications + ${STAGEDIR}${PREFIX}/share/applications .include <bsd.port.mk> |