diff options
| -rw-r--r-- | packaging/macosx/ports/devel/inkscape-packaging/Portfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macosx/ports/devel/inkscape-packaging/Portfile b/packaging/macosx/ports/devel/inkscape-packaging/Portfile index 0fb8ce041..b7437c3a0 100644 --- a/packaging/macosx/ports/devel/inkscape-packaging/Portfile +++ b/packaging/macosx/ports/devel/inkscape-packaging/Portfile @@ -21,8 +21,8 @@ homepage http://inkscape.org # this is a metaport - no fetch, configure and build phases master_sites distfiles -use_configure no -build {} +use_configure no +build {} destroot { # Create a dummy file so the port can be successfully activated xinstall -d ${destroot}${prefix}/share/doc/${name} @@ -83,7 +83,7 @@ if {${os.major} == 9} { } if {${os.major} < 9} { # we don't support Tiger anymore - return -code error "Mac OS X <= 10.4 not supported."" + return -code error "Mac OS X <= 10.4 not supported." } # optional features |
