diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-21 21:34:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-21 21:34:33 +0000 |
commit | 20fab289381aa3e71cc972cbd0488875a02a038e (patch) | |
tree | d2909759d9840b0274237b90bc81fff9f5df0b8c /x11/py-kde4/Makefile | |
parent | b2866c775272fea3b13f10ed828d69010be50672 (diff) | |
download | pkgsrc-20fab289381aa3e71cc972cbd0488875a02a038e.tar.gz |
Update for py-sip-4.16/py-qt4-4.11 using patches from upstream git.
Diffstat (limited to 'x11/py-kde4/Makefile')
-rw-r--r-- | x11/py-kde4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile index 0c5f8704a5d..5ff9dd18a36 100644 --- a/x11/py-kde4/Makefile +++ b/x11/py-kde4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/08/13 10:57:38 adam Exp $ +# $NetBSD: Makefile,v 1.42 2014/08/21 21:34:33 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION} DISTNAME= pykde4-${_KDE_VERSION} @@ -43,8 +43,8 @@ SUBST_SED.pid32+= -e '/typedef.*int.*pid_t/s/int/long/' # ${CP} ${FILESDIR}/FindPolkitQt.cmake ${WRKSRC}/cmake/modules # remove when file not patched any longer -#post-install: -# ${RM} -f ${DESTDIR}${PREFIX}/share/sip${PYVERSSUFFIX}/PyKDE4/kdecore/typedefs.sip.orig +post-install: + ${RM} -f ${DESTDIR}${PREFIX}/share/sip${PYVERSSUFFIX}/PyKDE4/*/*.sip.orig .include "../../meta-pkgs/kde4/kde4.mk" |