diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:57:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 01:57:23 +0000 |
commit | c7a199d66b0a44ae60d833a2ec9f12cc0ede7dd3 (patch) | |
tree | a3aeb640266250163aa5692fec365cd4a4237a55 /net/micq/Makefile | |
parent | db1a7db795011ce9862ebcf460860f402e9df23e (diff) | |
download | ports-c7a199d66b0a44ae60d833a2ec9f12cc0ede7dd3.tar.gz ports-c7a199d66b0a44ae60d833a2ec9f12cc0ede7dd3.zip |
Notes
Diffstat (limited to 'net/micq/Makefile')
-rw-r--r-- | net/micq/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/micq/Makefile b/net/micq/Makefile index 724064e076fc..f1d3785590c6 100644 --- a/net/micq/Makefile +++ b/net/micq/Makefile @@ -6,16 +6,17 @@ # PORTNAME= micq -PORTVERSION= 0.4.8.9 -PORTREVISION= 0 +PORTVERSION= 0.4.9.4 CATEGORIES= net -MASTER_SITES= http://micq.org/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/9/pl9/} +MASTER_SITES= http://micq.org/source/ \ + http://micq.alpha345.com/source/ \ + http://http.bg.micq.org/source/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= micq.1 MAN5= micqrc.5 |