most recent changes, diff for xplanet
Index: x11/xplanet/Portfile
--- x11/xplanet/Portfile (revision 32873)
+++ x11/xplanet/Portfile (revision 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}
}