diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-18 14:26:58 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-18 14:26:58 +0000 |
commit | c04fc82a3050c299dd3b866d83ba6da3239dd931 (patch) | |
tree | 7c3557d4d40df40855c8adbc4c2b4e898690ada6 /x11/kde4-baseapps | |
parent | 8c10b4462327b52fb0361d169d663c38ec1b0fe4 (diff) | |
download | ports-c04fc82a3050c299dd3b866d83ba6da3239dd931.tar.gz ports-c04fc82a3050c299dd3b866d83ba6da3239dd931.zip |
Notes
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index b4fe9fff8f6a..67c989a40513 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -76,7 +76,7 @@ post-install: ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop ${CHMOD} u+s ${PREFIX}/bin/kcheckpass ${CHGRP} kmem ${PREFIX}/bin/ksysguardd && \ - ${CHMOD} g+s ${PREFIX}/bin/ksysguard$d + ${CHMOD} g+s ${PREFIX}/bin/ksysguardd ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |