summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1998-08-23 04:18:52 +0000
committerscrappy <scrappy@FreeBSD.org>1998-08-23 04:18:52 +0000
commit3fc05ff7182cfba6c9572a4fcfbe73abfcc07993 (patch)
tree1a34fc0becc8fd2577a7a7f86eca62923a4dedeb /net-im
parent8a5821d16b9b960e2fc5be4134fd0a18387ed52d (diff)
downloadFreeBSD-ports-3fc05ff7182cfba6c9572a4fcfbe73abfcc07993.zip
FreeBSD-ports-3fc05ff7182cfba6c9572a4fcfbe73abfcc07993.tar.gz
Update to latest snapshot of xicq. All previous patches were submitted and
committed as part of the central sources, so are no longer required...
Diffstat (limited to 'net-im')
-rw-r--r--net-im/xicq/Makefile12
-rw-r--r--net-im/xicq/distinfo2
-rw-r--r--net-im/xicq/files/patch-af8
3 files changed, 15 insertions, 7 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile
index 5a2ad3a..b0cb122 100644
--- a/net-im/xicq/Makefile
+++ b/net-im/xicq/Makefile
@@ -1,24 +1,24 @@
# New ports collection makefile for: xicq
-# Version required: 23 June 1998
+# Version required: 12 July 1998
# Date created: 29 June 1998
# Whom: scrappy
#
-# $Id: Makefile,v 1.1.1.1 1998/06/29 18:39:26 scrappy Exp $
+# $Id: Makefile,v 1.2 1998/07/02 06:46:32 asami Exp $
#
-DISTNAME= xicq-062398-snapshot
-PKGNAME= xicq-062398
+DISTNAME= xicq-071298-snapshot.src
+PKGNAME= xicq-071298
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
MAINTAINER= scrappy@freebsd.org
-WRKSRC= ${WRKDIR}/xicq-062398-snapshot
+WRKSRC= ${WRKDIR}/xicq-071298
USE_GMAKE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/xicq ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
diff --git a/net-im/xicq/distinfo b/net-im/xicq/distinfo
index ff34af3..0c67af2 100644
--- a/net-im/xicq/distinfo
+++ b/net-im/xicq/distinfo
@@ -1 +1 @@
-MD5 (xicq-062398-snapshot.tar.gz) = 9bb5fb68ba7fb845166d80593ab2271f
+MD5 (xicq-071298-snapshot.src.tar.gz) = 22358f012b7b2fcdf22a6a48b12e7017
diff --git a/net-im/xicq/files/patch-af b/net-im/xicq/files/patch-af
new file mode 100644
index 0000000..6287015
--- /dev/null
+++ b/net-im/xicq/files/patch-af
@@ -0,0 +1,8 @@
+--- Makefile.o Sun Aug 23 01:05:29 1998
++++ Makefile Sun Aug 23 01:05:34 1998
+@@ -1,4 +1,4 @@
+-all: lib xicq kxicq
++all: lib xicq
+ lib:
+ @${MAKE} -C src/libXicq all
+
OpenPOWER on IntegriCloud