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/kde4-baseapps/Makefile | |
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/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 3 |
1 files changed, 2 insertions, 1 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: |