diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 04:57:26 +0000 |
commit | 60ff73957df0577300392cc16a1f4b3af0a4a4a1 (patch) | |
tree | c8b0c537d31588bd03e3d6f7962f2bedba9296cd /net/tintin++-devel/Makefile | |
parent | 1bccb35e17ab442884929afb8308a593850fd19a (diff) | |
download | FreeBSD-ports-60ff73957df0577300392cc16a1f4b3af0a4a4a1.zip FreeBSD-ports-60ff73957df0577300392cc16a1f4b3af0a4a4a1.tar.gz |
Update to version 1.84.
PR: 25197
Submitted by: Matt Heckaman <matt@lucida.ca>
Diffstat (limited to 'net/tintin++-devel/Makefile')
-rw-r--r-- | net/tintin++-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index d48877b..f71a1b4 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tintin -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= net games MASTER_SITES= http://mail.newclear.net/tintin/download/ \ http://freebsd.hanirc.org/~jhp/tintin++/ -DISTNAME= tintin++v1.83 +DISTNAME= tintin++v1.84 MAINTAINER= jhp@cocoja.holywar.net @@ -24,7 +24,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/support/.tt_help.txt.Z ${PREFIX}/lib/tintin ${MKDIR} ${PREFIX}/share/doc/tintin ${INSTALL_DATA} ${WRKSRC}/support/.tintinrc ${PREFIX}/share/doc/tintin/tintinrc - ${INSTALL_DATA} ${WRKSRC}/../chat.conf ${PREFIX}/share/doc/tintin/chat.conf.example + ${INSTALL_DATA} ${WRKSRC}/support/tt.conf ${PREFIX}/share/doc/tintin/chat.conf.example cd ${WRKSRC}/.. ; ${INSTALL_DATA} CHANGES FAQ CREDITS README docs/* ${PREFIX}/share/doc/tintin .include <bsd.port.mk> |