diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-30 00:58:06 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-30 00:58:06 +0000 |
commit | 0bc555542bad3b0347742f436a0da58164c4e08b (patch) | |
tree | 6669f1c93a73afcb186730ed52222fb6f26e09e9 /x11/kdebase4-runtime | |
parent | Update to the latest variant from the project CVS (diff) |
Install desktop template masters with right perms (write perms, too).
PR: 47645
Submitted by: Brad Laue and Simon "The Human Portlinter" Schubert
Reviewed by: John Ashcroft
Approved by: Colin Powell
Obtained from: Oliver North (oops)
Notes
Notes:
svn path=/head/; revision=74230
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index d7460f39a5b1..206a5a7e0f12 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -82,6 +82,8 @@ post-configure: ${WRKSRC}/kdm/kfrontend/Makefile ${REINPLACE_CMD} -e "s@^\s*Exec=.*\$$@Exec=ElectricEyes@" \ ${WRKSRC}/kappfinder/apps/Graphics/ElectricEyes.desktop + ${REINPLACE_CMD} -e 's/444/644/g' \ + ${WRKSRC}/kdesktop/init/Templates/Makefile post-install: ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop |