diff options
author | lofi <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
commit | 00de3f31a1ff9c2a6cf084063cb82998246d8f3e (patch) | |
tree | bc2706cf04d0653b9eda5eb10e4f39f6d02b447a /x11/kdebase4-runtime/Makefile | |
parent | d8a9fc2c8ef2a48979c4c3913a711ec74d4d27d6 (diff) | |
download | FreeBSD-ports-00de3f31a1ff9c2a6cf084063cb82998246d8f3e.zip FreeBSD-ports-00de3f31a1ff9c2a6cf084063cb82998246d8f3e.tar.gz |
Update to KDE 3.4.3 / KOffice 1.4.2
Diffstat (limited to 'x11/kdebase4-runtime/Makefile')
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index b37100b..e9dccbc 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -34,8 +33,10 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XPM= yes USE_REINPLACE= yes -PKGMESSAGE= ${WRKDIR}/MESSAGE -PKGINSTALL= ${WRKDIR}/INSTALL +SUB_FILES= genkdmconf.sh pkg-deinstall pkg-install pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall GNU_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -73,14 +74,6 @@ post-configure: ${REINPLACE_CMD} -e 's/444/644/g' \ ${WRKSRC}/kdesktop/init/Templates/Makefile -post-build: - @${CAT} ${PKGDIR}/pkg-message | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - | ${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}/genkdmconf.sh | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - | ${SED} -e 's,%%X11BASE%%,${X11BASE},g' > ${WRKDIR}/genkdmconf.sh - post-install: ${INSTALL_DATA} ${FILESDIR}/freebsd.keytab ${PREFIX}/share/apps/konsole/ ${RM} -f ${PREFIX}/share/apps/konsole/linux.desktop |