diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-21 20:10:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-21 20:10:11 +0000 |
commit | 4d25e7ca52b4fe4e31aa81419c607e3e7c66196d (patch) | |
tree | 81caaeff933c80f35eaae877e451a6acb2e70b2d /graphics/imgtops | |
parent | 0760fd1bce47515e5e78c976e67e3dfcd94b4113 (diff) |
Notes
Diffstat (limited to 'graphics/imgtops')
-rw-r--r-- | graphics/imgtops/Makefile | 1 | ||||
-rw-r--r-- | graphics/imgtops/files/patch-setup.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile index 0cb8c73c435f..29f8dc85f3da 100644 --- a/graphics/imgtops/Makefile +++ b/graphics/imgtops/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes MAN1= imgtops.1 epstoimg.1 diff --git a/graphics/imgtops/files/patch-setup.py b/graphics/imgtops/files/patch-setup.py index f98849747d4c..d2d9a469e26e 100644 --- a/graphics/imgtops/files/patch-setup.py +++ b/graphics/imgtops/files/patch-setup.py @@ -13,7 +13,7 @@ print ' see http://www.pythonware.com/products/pil/' print - if not get_yesno( 'Do you want to continue installing? [Y/n] ', 1 ): -+ if True: ++ if False: print print 'Installation cancelled.' print |