diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-21 21:25:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-21 21:25:06 +0000 |
commit | 0f803c863f3709368883b49a974a3523229bb0f1 (patch) | |
tree | 12a3d4119cb634bf022585b12d17b4e9f82bde81 /x11 | |
parent | baaf461017e3027d01a50f926686c79bde6aec9d (diff) | |
download | pkgsrc-0f803c863f3709368883b49a974a3523229bb0f1.tar.gz |
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/driconf/Makefile | 10 | ||||
-rw-r--r-- | x11/driconf/PLIST | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/driconf/Makefile b/x11/driconf/Makefile index 51703d9e71d..0365ffad2ff 100644 --- a/x11/driconf/Makefile +++ b/x11/driconf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2012/10/29 05:06:10 asau Exp $ -# +# $NetBSD: Makefile,v 1.21 2014/01/21 21:25:06 wiz Exp $ DISTNAME= driconf-0.9.1 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -19,8 +18,8 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt msgmerge xgettext CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -PYDISTUTILSPKG= yes REPLACE_PYTHON= *.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 SUBST_CLASSES+= fix-paths SUBST_FILES.fix-paths= driconf driconf.desktop @@ -42,7 +41,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/driconf.desktop \ ${DESTDIR}${PREFIX}/share/applications/ -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/x11/driconf/PLIST b/x11/driconf/PLIST index 1dbd15ba263..cbb4cd5d9fb 100644 --- a/x11/driconf/PLIST +++ b/x11/driconf/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/01/21 21:25:06 wiz Exp $ bin/driconf ${PYSITELIB}/driconf/dri.py ${PYSITELIB}/driconf/dri.pyc ${PYSITELIB}/driconf/dri.pyo +${PYSITELIB}/driconf/${EGG_FILE} ${PYSITELIB}/driconf/driconf.py ${PYSITELIB}/driconf/driconf.pyc ${PYSITELIB}/driconf/driconf.pyo |