diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-12-14 22:36:07 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-12-14 22:36:07 +0000 |
commit | 482669d33253afc2396463dff9f737d1e791db1c (patch) | |
tree | 9d6588aea9129ae88b7253169d6c6f450be07c43 /net-im/micq/Makefile | |
parent | f7a48aefbc20aa82d6a54296c2a2b587da82eab3 (diff) | |
download | ports-482669d33253afc2396463dff9f737d1e791db1c.tar.gz ports-482669d33253afc2396463dff9f737d1e791db1c.zip |
Notes
Diffstat (limited to 'net-im/micq/Makefile')
-rw-r--r-- | net-im/micq/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile index ac9adf6dd50d..7af02f1359b5 100644 --- a/net-im/micq/Makefile +++ b/net-im/micq/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: micq -# Version required: 11 Oct 1998 +# Version required: 13 Dec 1998 # Date created: 11 Oct 1998 # Whom: mph # -# $Id: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp $ +# $Id: Makefile,v 1.2 1998/10/26 17:58:29 mph Exp $ # DISTNAME= micq -PKGNAME= micq-981011 +PKGNAME= micq-0.3.2 CATEGORIES= net -MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/ +MASTER_SITES= ftp://micq.ml.org/pub/micq/V0.3.2/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org -WRKSRC= ${WRKDIR}/micq981011 +WRKSRC= ${WRKDIR}/micq981213 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin |