pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-kde4 s/2.7/${PYVERSSUFFIX}/ to fix for python26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22b88b1ea46a
branches:  trunk
changeset: 610264:22b88b1ea46a
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Oct 21 21:07:42 2012 +0000

description:
s/2.7/${PYVERSSUFFIX}/  to fix for python26

diffstat:

 x11/py-kde4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1baf384b92b1 -r 22b88b1ea46a x11/py-kde4/Makefile
--- a/x11/py-kde4/Makefile      Sun Oct 21 21:07:11 2012 +0000
+++ b/x11/py-kde4/Makefile      Sun Oct 21 21:07:42 2012 +0000
@@ -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 @@
 
 # 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"
 



Home | Main Index | Thread Index | Old Index