diff options
author | alane <alane@FreeBSD.org> | 2003-01-30 00:58:06 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-30 00:58:06 +0000 |
commit | 4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a (patch) | |
tree | b20fdb6ca156989a39b2faa54e4326e9a68eb9e1 /x11/kdebase4 | |
parent | 953d8126c505506c99d67e81ccc315edf97f2aaf (diff) | |
download | FreeBSD-ports-4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a.zip FreeBSD-ports-4ca72bbaf716f55188a50c2f18cd8bb91c7eae6a.tar.gz |
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')
-rw-r--r-- | x11/kdebase4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index d7460f3..206a5a7 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/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 |