Revision
108603
Author
aronnax@macports.org
Date
2013-07-27 07:54:51 -0700 (Sat, 27 Jul 2013)

Log Message

wcstools: don't create standard directories; do put manpages in correct location

Modified Paths

Diff

Modified: trunk/dports/science/wcstools/Portfile (108602 => 108603)


--- trunk/dports/science/wcstools/Portfile	2013-07-27 14:17:37 UTC (rev 108602)
+++ trunk/dports/science/wcstools/Portfile	2013-07-27 14:54:51 UTC (rev 108603)
@@ -5,6 +5,7 @@
 
 name                wcstools
 version             3.8.7
+revision            1
 license             GPL-2
 maintainers         aronnax
 categories          science
@@ -22,10 +23,8 @@
 build.args-append   -f Makefile.osx
 
 destroot {
-    xinstall -d ${destroot}${prefix}/bin
-    xinstall -d ${destroot}${prefix}/man/man1
     eval xinstall [glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin
-    eval xinstall [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/man/man1
+    eval xinstall [glob ${worksrcpath}/man/man1/*] ${destroot}${prefix}/share/man/man1
 }
 
 livecheck.type      regex