[108603] trunk/dports/science/wcstools/Portfile
aronnax at macports.org
aronnax at macports.org
Sat Jul 27 07:54:51 PDT 2013
Revision: 108603
https://trac.macports.org/changeset/108603
Author: aronnax at 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:
--------------
trunk/dports/science/wcstools/Portfile
Modified: trunk/dports/science/wcstools/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130727/afc6a682/attachment.html>
More information about the macports-changes
mailing list