diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-08-23 04:18:52 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-08-23 04:18:52 +0000 |
commit | 2539c428289ee22199ab3023d7c02d0aebff75ec (patch) | |
tree | 790d09b9de8e49366439904d8cfcfb715f9f3eb3 /net-im/xicq/Makefile | |
parent | 0f2e26c397c4498a821fbeb765f286f7e18cbfbe (diff) | |
download | ports-2539c428289ee22199ab3023d7c02d0aebff75ec.tar.gz ports-2539c428289ee22199ab3023d7c02d0aebff75ec.zip |
Notes
Diffstat (limited to 'net-im/xicq/Makefile')
-rw-r--r-- | net-im/xicq/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile index 5a2ad3a2d542..b0cb1223cad6 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 |