diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-10-26 17:58:30 +0000 |
commit | cdbda03939d5c434f01296a0e2f11a16594808ef (patch) | |
tree | 1156b567d07c07d10bf32160c7f2120e37537ed8 /net-im/climm | |
parent | 106f277426674d607e41af23be7f49d907eacd7b (diff) | |
download | ports-cdbda03939d5c434f01296a0e2f11a16594808ef.tar.gz ports-cdbda03939d5c434f01296a0e2f11a16594808ef.zip |
Notes
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/Makefile | 12 | ||||
-rw-r--r-- | net-im/climm/distinfo | 2 | ||||
-rw-r--r-- | net-im/climm/files/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile index a7810d16f48e..ac9adf6dd50d 100644 --- a/net-im/climm/Makefile +++ b/net-im/climm/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: micq -# Version required: 26 June 1998 -# Date created: 27 June 1998 +# Version required: 11 Oct 1998 +# Date created: 11 Oct 1998 # Whom: mph # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/28 03:22:36 mph Exp $ # DISTNAME= micq -PKGNAME= micq-19980626 +PKGNAME= micq-981011 CATEGORIES= net -MASTER_SITES= ftp://micq.ml.org/pub/micq/Jun-26-98/ +MASTER_SITES= ftp://micq.ml.org/pub/micq/Oct-11-98/ EXTRACT_SUFX= .tgz MAINTAINER= mph@freebsd.org -WRKSRC= ${WRKDIR}/micq-0626-98 +WRKSRC= ${WRKDIR}/micq981011 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo index 2ac6c7955d02..26a79cd87cd2 100644 --- a/net-im/climm/distinfo +++ b/net-im/climm/distinfo @@ -1 +1 @@ -MD5 (micq.tgz) = b4167097bd3e106537cda136cf972f35 +MD5 (micq.tgz) = ac7d8f9608eccd5764a00fc1e94ff964 diff --git a/net-im/climm/files/patch-aa b/net-im/climm/files/patch-aa index 88df1785536b..cbd4721ef7d7 100644 --- a/net-im/climm/files/patch-aa +++ b/net-im/climm/files/patch-aa @@ -1,13 +1,13 @@ ---- Makefile.orig Sat Jun 27 13:25:53 1998 -+++ Makefile Sat Jun 27 13:26:38 1998 +--- Makefile.orig Sun Oct 11 06:55:43 1998 ++++ Makefile Mon Oct 26 08:22:40 1998 @@ -1,8 +1,8 @@ # Anyone who knows how to make Makefiles please help out. # I have no clue but this appears to work fairly well # be sure to use gmake -CC = gcc --CFLAGS = -Wall -DUNIX +-CFLAGS = -O2 -Wall -DUNIX -DANSI_COLOR +# CC = gcc -+CFLAGS += -DUNIX ++CFLAGS += -DUNIX -DANSI_COLOR # Uncomment the below line for humorous messages #CFLAGS += -DFUNNY_MSGS # uncomment the line below for debuging info |