diff options
author | alane <alane@FreeBSD.org> | 2003-01-30 08:58:06 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-30 08:58:06 +0800 |
commit | 4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a (patch) | |
tree | b20fdb6ca156989a39b2faa54e4326e9a68eb9e1 /x11/kdebase4-runtime | |
parent | 953d8126c505506c99d67e81ccc315edf97f2aaf (diff) | |
download | freebsd-ports-gnome-4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a.tar.gz freebsd-ports-gnome-4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a.tar.zst freebsd-ports-gnome-4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a.zip |
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)
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 |