diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-05 05:04:19 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-04-05 05:04:19 +0000 |
commit | 279c2875bb4d9d7a687deb38a22c58ce5ae3e272 (patch) | |
tree | 401e55daf60327689411f4094e30d7f8be9f2d94 /graphics/comix/Makefile | |
parent | cd5beafe9a4cdb9e6ef6a89ca1c13064e4371c0f (diff) |
Notes
Diffstat (limited to 'graphics/comix/Makefile')
-rw-r--r-- | graphics/comix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index ef4822ef8d32..35afccfdb905 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comix -PORTVERSION= 2.9 +PORTVERSION= 3.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,7 +57,8 @@ do-install: ${PREFIX}/etc/gconf/schemas/ .else @(cd ${WRKSRC} ; \ - ${PYTHON_CMD} install.py install --installdir ${PREFIX} --no-mime) + ${PYTHON_CMD} install.py install \ + --installdir ${PREFIX} --no-mime) .endif post-install: |