diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 3 | ||||
-rw-r--r-- | x11/kde4-baseapps/pkg-install | 2 | ||||
-rw-r--r-- | x11/kde4-runtime/Makefile | 3 | ||||
-rw-r--r-- | x11/kde4-runtime/pkg-install | 2 | ||||
-rw-r--r-- | x11/kde4-workspace/Makefile | 3 | ||||
-rw-r--r-- | x11/kde4-workspace/pkg-install | 2 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase3/pkg-install | 2 | ||||
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase4-runtime/pkg-install | 2 | ||||
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase4-workspace/pkg-install | 2 | ||||
-rw-r--r-- | x11/kdebase4/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase4/pkg-install | 2 |
14 files changed, 21 insertions, 14 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" diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 0902fc3ffdaf..7fea43c25020 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-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/kde4-runtime/pkg-install b/x11/kde4-runtime/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kde4-runtime/pkg-install +++ b/x11/kde4-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" diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 0902fc3ffdaf..7fea43c25020 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/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-workspace/pkg-install b/x11/kde4-workspace/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kde4-workspace/pkg-install +++ b/x11/kde4-workspace/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" 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" 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" diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 0902fc3ffdaf..7fea43c25020 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/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-workspace/pkg-install b/x11/kdebase4-workspace/pkg-install index c006125fb620..ae0241bfd528 100644 --- a/x11/kdebase4-workspace/pkg-install +++ b/x11/kdebase4-workspace/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" 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" |