diff options
author | lofi <lofi@FreeBSD.org> | 2004-09-01 22:04:17 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-09-01 22:04:17 +0800 |
commit | cc27914c1b5bb8d8c018470d49315b2fe01a0a00 (patch) | |
tree | f772476ff1e20452aa93e60426b8d6f52b8bc4d7 /x11/kdebase3 | |
parent | 16ddf3cdf8fde51fbaf684dd0f5706ee2ae41a47 (diff) | |
download | freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.tar.gz freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.tar.zst freebsd-ports-gnome-cc27914c1b5bb8d8c018470d49315b2fe01a0a00.zip |
The rc-script was botched, correct that and bump PORTREVISION.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase3/pkg-install | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 0902fc3ffdaf..7fea43c25020 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/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/kdebase3/pkg-install b/x11/kdebase3/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kdebase3/pkg-install +++ b/x11/kdebase3/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" |