[52629] trunk/dports/multimedia/mplayer-devel/Portfile

acho at macports.org acho at macports.org
Fri Jun 19 19:19:41 PDT 2009


Revision: 52629
          http://trac.macports.org/changeset/52629
Author:   acho at macports.org
Date:     2009-06-19 19:19:40 -0700 (Fri, 19 Jun 2009)
Log Message:
-----------
mplayer-devel: force man pages to install in the correct location.

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2009-06-20 01:53:30 UTC (rev 52628)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2009-06-20 02:19:40 UTC (rev 52629)
@@ -90,6 +90,10 @@
         xinstall -m 0644 ${worksrcpath}/etc/${etcfile} \
             ${destroot}${prefix}/etc/${name}/${etcfile}
     }
+    xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1
+    xinstall -m 0644 ${worksrcpath}/DOCS/man/en/mplayer.1 \
+        ${destroot}${prefix}/share/man/man1/
+    ln -s -f mplayer.1.gz ${destroot}${prefix}/share/man/man1/mencoder.1.gz
 }
 
 universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090619/a45839e4/attachment.html>


More information about the macports-changes mailing list