diff -urN /usr/ports/x11/stalonetray/Makefile x11/stalonetray/Makefile --- /usr/ports/x11/stalonetray/Makefile Mon Jul 23 19:11:01 2007 +++ x11/stalonetray/Makefile Fri Oct 5 02:43:53 2007 @@ -6,7 +6,7 @@ # PORTNAME= stalonetray -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.3 CATEGORIES= x11 MASTER_SITES= SF @@ -21,6 +21,22 @@ --disable-debug MAN1= stalonetray.1 +PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html +PORTEXAMPLES= stalonetrayrc.sample PLIST_FILES= bin/stalonetray + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} +.for file in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} +.endfor +.endif .include diff -urN /usr/ports/x11/stalonetray/distinfo x11/stalonetray/distinfo --- /usr/ports/x11/stalonetray/distinfo Wed Jul 11 22:27:34 2007 +++ x11/stalonetray/distinfo Fri Oct 5 02:29:35 2007 @@ -1,3 +1,3 @@ -MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e -SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1 -SIZE (stalonetray-0.6.5.tar.bz2) = 113389 +MD5 (stalonetray-0.7.3.tar.bz2) = 50376cbd6515ecaa78b6e73705b038ee +SHA256 (stalonetray-0.7.3.tar.bz2) = c855844250cff4c4b39d7fc7e70e28655f7891a7aaa08d63ddeca58528006ad6 +SIZE (stalonetray-0.7.3.tar.bz2) = 131707