diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 14:04:17 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 14:04:17 +0000 |
commit | 35a44a7b7ef6c454ec95b69fd0b446e135f4e432 (patch) | |
tree | 576bf7ec4b48bcdd05e6ccb5b360300dbf9ab1cd /x11/kdebase4-runtime | |
parent | 45f91b4e817e08151d9b55ce948a3e3e0b55f452 (diff) |
The rc-script was botched, correct that and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=117835
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase4-runtime/pkg-install | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 0902fc3ffdaf..7fea43c25020 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/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-runtime/pkg-install b/x11/kdebase4-runtime/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kdebase4-runtime/pkg-install +++ b/x11/kdebase4-runtime/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" |