diff options
author | tdb <tdb@FreeBSD.org> | 2010-03-01 07:01:49 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2010-03-01 07:01:49 +0800 |
commit | 3b917b50f1752a8ec4236a140d512d35a047da4b (patch) | |
tree | 2286a6fbabc78f21165ce337a52429150ba932c7 /irc/pircbot | |
parent | 6a407a92109403afb9fd0ff723888945efb485e6 (diff) | |
download | freebsd-ports-gnome-3b917b50f1752a8ec4236a140d512d35a047da4b.tar.gz freebsd-ports-gnome-3b917b50f1752a8ec4236a140d512d35a047da4b.tar.zst freebsd-ports-gnome-3b917b50f1752a8ec4236a140d512d35a047da4b.zip |
- Install docs without other write permission.
- Bump port revision.
Feature safe: yes
Reported by: stefanf
Diffstat (limited to 'irc/pircbot')
-rw-r--r-- | irc/pircbot/Makefile | 3 |
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: |