summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-08-28 23:23:59 +0000
committerWill Andrews <will@FreeBSD.org>2001-08-28 23:23:59 +0000
commitc2ca15ccb1305302f0b1db315dd9845ea2d8a9bd (patch)
treebfc44a1f8802ffa64784d7ff972cc0ebfe05d5b6 /x11/kdelibs2
parentuse bsd.port.pre/post so that we have ${PREFIX} defined earlier, when it (diff)
Fix problem where kdelibs.sh isn't chmod 755.. this causes some filters
and other stuff to fail. *sigh*
Notes
Notes: svn path=/head/; revision=47042
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 86c4ea87ecc6..eb7c6bcfcda2 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -79,6 +79,7 @@ post-configure:
post-install:
${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh
+ ${CHMOD} 755 ${PREFIX}/etc/rc.d/kdelibs.sh
.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \
kparts kspell ksycoca kjava
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so