From a320d655c176ad8a94172e438dbf519b4e9d1e0a Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 15 Sep 2009 23:55:47 +0000 Subject: Update to 0.8.2 PR: ports/138748 Submitted by: Sylvio Cesar (maintainer) Feature safe: yes --- irc/bip/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'irc/bip/Makefile') 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} -- cgit