diff options
author | markd <markd@pkgsrc.org> | 2012-10-21 21:07:42 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-10-21 21:07:42 +0000 |
commit | 8e2c9497670f72e7f005d0320fc8f248450fefab (patch) | |
tree | 0dd2d30310a0d4326550b14a49c51194449c45cd /x11/py-kde4 | |
parent | b8e3342680a4becba498e40f6c832aac71c25aeb (diff) | |
download | pkgsrc-8e2c9497670f72e7f005d0320fc8f248450fefab.tar.gz |
s/2.7/${PYVERSSUFFIX}/ to fix for python26
Diffstat (limited to 'x11/py-kde4')
-rw-r--r-- | x11/py-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile index 4f3467bbf3b..1eeb70f4739 100644 --- a/x11/py-kde4/Makefile +++ b/x11/py-kde4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/11 13:17:09 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/21 21:07:42 markd Exp $ PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION} DISTNAME= pykde4-${_KDE_VERSION} @@ -32,7 +32,7 @@ SUBST_SED.pykdeuic4= -e 's:/usr/bin/env python$$:${PYTHONBIN}:' # remove when file not patched any longer post-install: - ${RM} -f ${DESTDIR}${PREFIX}/share/sip2.7/PyKDE4/kdecore/typedefs.sip.orig + ${RM} -f ${DESTDIR}${PREFIX}/share/sip${PYVERSSUFFIX}/PyKDE4/kdecore/typedefs.sip.orig .include "../../meta-pkgs/kde4/kde4.mk" |