diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2010-03-01 07:01:49 +0800 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2010-03-01 07:01:49 +0800 |
commit | 688d04ebe071423b8cc06715be1130059d4bc4d4 (patch) | |
tree | c1bf732d60cc09ae1b85122c17a450c70de33f5e /irc/pircbot | |
parent | 89d66179ae3c55e43a4344722c7550186a6e5c36 (diff) | |
download | freebsd-ports-gnome-688d04ebe071423b8cc06715be1130059d4bc4d4.tar.gz freebsd-ports-gnome-688d04ebe071423b8cc06715be1130059d4bc4d4.tar.zst freebsd-ports-gnome-688d04ebe071423b8cc06715be1130059d4bc4d4.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: |