aboutsummaryrefslogtreecommitdiff
path: root/irc/pircbot
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2010-02-28 23:01:49 +0000
committerTim Bishop <tdb@FreeBSD.org>2010-02-28 23:01:49 +0000
commit688d04ebe071423b8cc06715be1130059d4bc4d4 (patch)
treec1bf732d60cc09ae1b85122c17a450c70de33f5e /irc/pircbot
parent89d66179ae3c55e43a4344722c7550186a6e5c36 (diff)
downloadports-688d04ebe071423b8cc06715be1130059d4bc4d4.tar.gz
ports-688d04ebe071423b8cc06715be1130059d4bc4d4.zip
Notes
Diffstat (limited to 'irc/pircbot')
-rw-r--r--irc/pircbot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile
index 1a497dd8d290..18f863f7c897 100644
--- a/irc/pircbot/Makefile
+++ b/irc/pircbot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pircbot
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= irc java
MASTER_SITES= http://www.jibble.org/files/ \
ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \
@@ -24,7 +25,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${JAVAJARDIR}
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${DOCSDIR})
+ ${CP} -r ${WRKSRC}/javadocs/* ${DOCSDIR}/
.endif
post-install: