[32874] trunk/dports/x11/xplanet/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 14 01:43:51 PST 2008


Revision: 32874
          http://trac.macosforge.org/projects/macports/changeset/32874
Author:   ryandesign at macports.org
Date:     2008-01-14 01:43:50 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
xplanet: switch to a versioned documentation directory since that seems to be the trend

Modified Paths:
--------------
    trunk/dports/x11/xplanet/Portfile

Modified: trunk/dports/x11/xplanet/Portfile
===================================================================
--- trunk/dports/x11/xplanet/Portfile	2008-01-14 09:37:18 UTC (rev 32873)
+++ trunk/dports/x11/xplanet/Portfile	2008-01-14 09:43:50 UTC (rev 32874)
@@ -3,6 +3,7 @@
 PortSystem			1.0
 name				xplanet
 version				1.2.0
+revision			1
 categories			x11 graphics
 maintainers			nomaintainer
 description			Render an image of a planet into an X window or file
@@ -28,7 +29,7 @@
 					--mandir=${prefix}/share/man
 
 post-destroot {
-	set docdir ${destroot}${prefix}/share/doc/${name}
+	set docdir ${destroot}${prefix}/share/doc/${name}-${version}
 	xinstall -d ${docdir}
 	xinstall -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO ${docdir}
 }

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


More information about the macports-changes mailing list