aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4
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/kdebase4
parent45f91b4e817e08151d9b55ce948a3e3e0b55f452 (diff)
downloadports-35a44a7b7ef6c454ec95b69fd0b446e135f4e432.tar.gz
ports-35a44a7b7ef6c454ec95b69fd0b446e135f4e432.zip
Notes
Diffstat (limited to 'x11/kdebase4')
-rw-r--r--x11/kdebase4/Makefile3
-rw-r--r--x11/kdebase4/pkg-install2
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index 0902fc3ffdaf..7fea43c25020 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/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/kdebase4/pkg-install b/x11/kdebase4/pkg-install
index c006125fb620..ae0241bfd528 100644
--- a/x11/kdebase4/pkg-install
+++ b/x11/kdebase4/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"