diff options
-rw-r--r-- | news/leafnode/Makefile | 9 | ||||
-rw-r--r-- | news/leafnode/distinfo | 2 | ||||
-rw-r--r-- | news/leafnode/pkg-plist | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 42c4cfd0571e..f030b7f03a44 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -5,7 +5,7 @@ # PORTNAME= leafnode -PORTVERSION= 1.9.26 +PORTVERSION= 1.9.27 CATEGORIES= news MASTER_SITES= http://dl.sourceforge.net/sourceforge/leafnode/ \ http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ @@ -34,9 +34,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/setup-daemontools.sh ${LOCALBASE}/sbin/ .if !defined(NOPORTDOCS) ${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME} - for i in ChangeLog COPYING CREDITS FAQ INSTALL NEWS README \ - README-FQDN README-FQDN.html README-daemontools README.FIRST TODO \ - TROUBLESHOOTING TROUBLESHOOTING.html ; do \ + for i in ChangeLog COPYING CREDITS FAQ.txt FAQ.pdf FAQ.html \ + INSTALL NEWS README \ + README-FQDN README-FQDN.html README-daemontools \ + README.FIRST TODO ; do \ ${INSTALL_MAN} ${WRKSRC}/$$i \ ${LOCALBASE}/share/doc/${PORTNAME} ; done ${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME}/doc_german diff --git a/news/leafnode/distinfo b/news/leafnode/distinfo index 968968aef835..380c31e7cc07 100644 --- a/news/leafnode/distinfo +++ b/news/leafnode/distinfo @@ -1 +1 @@ -MD5 (leafnode-1.9.26.rel.tar.bz2) = e2f671e0b1240c3d1274eb9b6de2b184 +MD5 (leafnode-1.9.27.rel.tar.bz2) = e12e23d140ba84471c75b7d024fdd9ea diff --git a/news/leafnode/pkg-plist b/news/leafnode/pkg-plist index f8d677518147..1743c8aba978 100644 --- a/news/leafnode/pkg-plist +++ b/news/leafnode/pkg-plist @@ -14,7 +14,9 @@ sbin/setup-daemontools.sh share/doc/leafnode/ChangeLog share/doc/leafnode/COPYING share/doc/leafnode/CREDITS -share/doc/leafnode/FAQ +share/doc/leafnode/FAQ.txt +share/doc/leafnode/FAQ.html +share/doc/leafnode/FAQ.pdf share/doc/leafnode/INSTALL share/doc/leafnode/NEWS share/doc/leafnode/README @@ -23,8 +25,6 @@ share/doc/leafnode/README-FQDN.html share/doc/leafnode/README-daemontools share/doc/leafnode/README.FIRST share/doc/leafnode/TODO -share/doc/leafnode/TROUBLESHOOTING -share/doc/leafnode/TROUBLESHOOTING.html share/doc/leafnode/doc_german/INSTALL_de share/doc/leafnode/doc_german/LIESMICH-daemontools share/doc/leafnode/doc_german/README |