summaryrefslogtreecommitdiff
path: root/x11/kde4-baseapps
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-09-01 14:04:17 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-09-01 14:04:17 +0000
commit35a44a7b7ef6c454ec95b69fd0b446e135f4e432 (patch)
tree576bf7ec4b48bcdd05e6ccb5b360300dbf9ab1cd /x11/kde4-baseapps
parentAdded security/p5-Digest-MD5 to the runtime dependency list. (diff)
The rc-script was botched, correct that and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=117835
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r--x11/kde4-baseapps/Makefile3
-rw-r--r--x11/kde4-baseapps/pkg-install2
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 0902fc3ffdaf..7fea43c25020 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -65,7 +66,7 @@ post-build:
| ${SED} -e 's,%%X11BASE%%,${X11BASE},g' > ${PKGMESSAGE}
@${CAT} ${PKGDIR}/pkg-install | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
| ${SED} -e 's,%%X11BASE%%,${X11BASE},g' > ${PKGINSTALL}
- @${CAT} ${FILESDIR}/kdm.sh | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
+ @${CAT} ${FILESDIR}/genkdmconf.sh | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
| ${SED} -e 's,%%X11BASE%%,${X11BASE},g' > ${WRKDIR}/genkdmconf.sh
post-install:
diff --git a/x11/kde4-baseapps/pkg-install b/x11/kde4-baseapps/pkg-install
index c006125fb620..ae0241bfd528 100644
--- a/x11/kde4-baseapps/pkg-install
+++ b/x11/kde4-baseapps/pkg-install
@@ -7,7 +7,7 @@ if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
-kdmrcscript=%%PREFIX%%/etc/rc.d/kdm.sh
+kdmrcscript=%%PREFIX%%/etc/rc.d/genkdmconf.sh
if [ -f $kdmrcscript ]; then
sh -c "$kdmrcscript"