diff options
author | will <will@FreeBSD.org> | 2000-05-22 16:25:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-22 16:25:02 +0800 |
commit | be6bca0460b7533093b2099800dd5a92bce7c379 (patch) | |
tree | 3a8b0dd16240c07ba65019d8c93b90ae923def1d /net-im/micq/Makefile | |
parent | 5d76a9e535fd1112754ed1b19647f00f3eeea063 (diff) | |
download | freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.tar.gz freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.tar.zst freebsd-ports-gnome-be6bca0460b7533093b2099800dd5a92bce7c379.zip |
Update to 0.4.5 and give this port a MAINTAINER.
PR: 18629
Submitted by: Andrew L. Neporada <andrew@chg.ru>
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 3ce86e375286..cda52a53c96e 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> |