--- science/dcw-gmt/Portfile	(revision 117038)
+++ science/dcw-gmt/Portfile	(working copy)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                dcw-gmt
-version             1.1.0
+version             1.1.1
 categories          science
 platforms           darwin
 supported_archs     noarch
@@ -23,15 +23,16 @@
 homepage            http://www.soest.hawaii.edu/pwessel/dcw/index.html
 master_sites        http://www.soest.hawaii.edu/pwessel/dcw \
                     ftp://ftp.soest.hawaii.edu/dcw
-checksums           md5     87c050c1d6462f2c872ea0f23f920427 \
-                    sha1    de6fdbab2ed5864918d5460aad778f95c129f5b0 \
-                    rmd160  3b6c604bb3a41c0209452137febd9bcacb23db8e
+checksums           md5     f37787b207006708d7385722066817c7 \
+                    sha1    deca85f21426604c8574a18d16c931a1fd9ae27b \
+                    rmd160  660098d06283f93ad6cc7b5c5c49ca4d90b15d7d
 
 use_configure       no
 build {}
 
 destroot {
-    copy ${worksrcpath} ${destroot}${prefix}/share/${name}
+    file mkdir ${destroot}${prefix}/share/gmt
+    copy ${worksrcpath} ${destroot}${prefix}/share/gmt/dcw
 }
 
 livecheck.type      regex
