diff options
Diffstat (limited to 'net-im/micq/Makefile')
-rw-r--r-- | net-im/micq/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index 3ce86e3..cda52a5 100644 --- a/net-im/micq/Makefile +++ b/net-im/micq/Makefile @@ -6,18 +6,22 @@ # PORTNAME= micq -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.5 CATEGORIES= net -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.4/ +MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.5/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@freebsd.org +MAINTAINER= andrew@chg.ru + +# There is something strange with distfile, so next line is really needed. +WRKSRC= ${WRKDIR}/micq-0.4.4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/micq .endif .include <bsd.port.mk> |