diff options
Diffstat (limited to 'irc/bip')
-rw-r--r-- | irc/bip/Makefile | 14 | ||||
-rw-r--r-- | irc/bip/distinfo | 6 | ||||
-rw-r--r-- | irc/bip/files/pkg-message.in | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile index 2bbe9b059ced..fc743ec5ecb4 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bip -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= irc MASTER_SITES= http://bip.t1r.net/downloads/ \ http://distfiles.gentoo.org/distfiles/ \ @@ -37,13 +37,17 @@ post-install: @cd ${WRKSRC} && ${INSTALL_MAN} ${MAN5} ${MANPREFIX}/man/man5 .if !defined(NOPORTDOCS) - @${INSTALL} -d ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif .if !defined(NOPORTEXAMPLES) - @${INSTALL} -d ${EXAMPLESDIR} - @cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR} + @${MKDIR} ${EXAMPLESDIR} +.for examples in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/samples/${examples} ${EXAMPLESDIR} +.endfor .endif @${CAT} ${PKGMESSAGE} diff --git a/irc/bip/distinfo b/irc/bip/distinfo index 9b727f5c9629..dcb163b83543 100644 --- a/irc/bip/distinfo +++ b/irc/bip/distinfo @@ -1,3 +1,3 @@ -MD5 (bip-0.8.1.tar.gz) = c05486f2601b2eb7481d7ca62c65388a -SHA256 (bip-0.8.1.tar.gz) = e464d8ab7c2a98c11a09d6acb166dd71c12245b651893d2a02ed0f57429d0bb8 -SIZE (bip-0.8.1.tar.gz) = 203866 +MD5 (bip-0.8.2.tar.gz) = 3f3a66f6179456ba7efb1970a89f46dd +SHA256 (bip-0.8.2.tar.gz) = 3367f4e6a3a352fd756db478d4a92378e370318a4c961ae03b0a1b40f46a1cfd +SIZE (bip-0.8.2.tar.gz) = 208502 diff --git a/irc/bip/files/pkg-message.in b/irc/bip/files/pkg-message.in index 3629218d6422..423b43b896d0 100644 --- a/irc/bip/files/pkg-message.in +++ b/irc/bip/files/pkg-message.in @@ -1,4 +1,3 @@ - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Your sample configuration files have been installed in: %%EXAMPLESDIR%%/bip.conf @@ -7,5 +6,4 @@ You must create a directory named .bip in your home directory, copy bip.conf there and edit it for your settings. bip will not start if you don't do this. - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |