Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Mar 1999 21:20:03 -0800 (PST)
From:      Jim Mock <jim@corp.au.triax.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10197
Message-ID:  <199903270520.VAA32732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10197; it has been noted by GNATS.

From: Jim Mock <jim@corp.au.triax.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/10197
Date: Sat, 27 Mar 1999 16:18:32 +1100

 The following patch adds a better description and has some slight
 changes to the Makefile..
 
 diff -ruN naim.orig/Makefile naim/Makefile
 --- naim.orig/Makefile	Sat Mar 27 16:15:22 1999
 +++ naim/Makefile	Sat Mar 27 12:32:22 1999
 @@ -1,28 +1,28 @@
 -# New ports collection makefile for: naim
 -# Version required:           0.9.3
 -# Date created:                       02 March 1999
 -# Whom:                               mharo@area51.fremont.ca.us
 +# New ports collection makefile for:	naim
 +# Version required:		0.9.3
 +# Date created:			02 March 1999
 +# Whom:				mharo@area51.fremont.ca.us
  #
  # $Id$
  #
  
 -DISTNAME=     naim-0.9.3
 -CATEGORIES=   net
 -MASTER_SITES= http://naim.n.ml.org/release/
 -EXTRACT_SUFX= .tgz
 +DISTNAME=	naim-0.9.3
 +CATEGORIES=	net
 +MASTER_SITES=	http://naim.n.ml.org/release/
 +EXTRACT_SUFX=	.tgz
  
 -MAINTAINER=   mharo@area51.fremont.ca.us
 +MAINTAINER=	mharo@area51.fremont.ca.us
  
 -GNU_CONFIGURE=        YES
 +GNU_CONFIGURE=	yes
  
 -MAN1= naim.1
 +MAN1=		naim.1
  
  post-install:
 -      ${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
 -      -${MKDIR} ${PREFIX}/share/examples/naim
 -      ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
 -      @${ECHO} "************************************************************"
 -      @${CAT} ${MASTERDIR}/pkg/MESSAGE
 -      @${ECHO} "************************************************************"
 +	@${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
 +	@${MKDIR} ${PREFIX}/share/examples/naim
 +	${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
 +	@${ECHO} "************************************************************"
 +	@${CAT} ${MASTERDIR}/pkg/MESSAGE
 +	@${ECHO} "************************************************************"
  
  .include <bsd.port.mk>
 diff -ruN naim.orig/pkg/DESCR naim/pkg/DESCR
 --- naim.orig/pkg/DESCR	Sat Mar 27 16:15:23 1999
 +++ naim/pkg/DESCR	Sat Mar 27 12:22:33 1999
 @@ -1,4 +1,4 @@
 -          naim is a chat program for use with America Online's AOL
 +  naim is a chat program for use with America Online's AOL
     Instant Messenger. The name naim is derived from n's AIM client, but
     it could also have been derived from ncurses AIM client because of
     naim's use of the ncurses text-mode screen library.
 
 -- 
 Jim Mock  System Administrator  jim@corp.au.triax.com  ,-._|\  FreeBSD
 work:  Triax Internet Services  http://www.triax.com/ /      \ The
 personal:  http://www.triax.com/~jim/                 \_,--._/ Power To
 The FreeBSD 'zine  http://www.freebsdzine.org/              v  Serve!
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903270520.VAA32732>