summaryrefslogtreecommitdiff
path: root/games/pysolfc
diff options
context:
space:
mode:
authordholland <dholland>2011-05-06 08:27:07 +0000
committerdholland <dholland>2011-05-06 08:27:07 +0000
commit61d4c9a3c05d4cdfe776b6c48ef64bedfcd55fe5 (patch)
treed4fca225fb34a06104a2f29f2e896c5cd40fce19 /games/pysolfc
parent3f2c9be91c9e79f5f751c0b93c2feee63ddeebf7 (diff)
downloadpkgsrc-61d4c9a3c05d4cdfe776b6c48ef64bedfcd55fe5.tar.gz
REPLACE_PYTHON.
Diffstat (limited to 'games/pysolfc')
-rw-r--r--games/pysolfc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index c1af57cf2e9..6ee76e5d5dc 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/02/10 19:17:39 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2011/05/06 08:27:07 dholland Exp $
DISTNAME= PySolFC-1.1
PKGNAME= ${DISTNAME:tl}
@@ -16,6 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
+REPLACE_PYTHON+= \
+ data/themes/clearlooks/create_imgs.py \
+ pysollib/games/siebenbisas.py
+
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= post-patch
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
@@ -28,6 +32,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6
+.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"