[29031] trunk/dports/devel/libsdl_image/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 13 06:39:36 PDT 2007


Revision: 29031
          http://trac.macosforge.org/projects/macports/changeset/29031
Author:   nox at macports.org
Date:     2007-09-13 06:39:36 -0700 (Thu, 13 Sep 2007)

Log Message:
-----------
libsdl_image: Changed docdir to a versioned one.

Modified Paths:
--------------
    trunk/dports/devel/libsdl_image/Portfile

Modified: trunk/dports/devel/libsdl_image/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image/Portfile	2007-09-13 13:38:23 UTC (rev 29030)
+++ trunk/dports/devel/libsdl_image/Portfile	2007-09-13 13:39:36 UTC (rev 29031)
@@ -5,6 +5,7 @@
 name            libsdl_image
 set my_name     SDL_image
 version         1.2.6
+revision        1
 categories      devel graphics
 platforms       macosx
 maintainers     nox openmaintainer
@@ -27,7 +28,7 @@
 configure.args  --disable-sdltest
 
 post-destroot {
-    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}-${version}
     xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
         ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070913/cdcebc4e/attachment.html


More information about the macports-changes mailing list