Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 17:00:06 -0700 (PDT)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/37100: Maintainer update: textproc/dico (portsurvey fix)
Message-ID:  <200206240000.g5O006w54252@freefall.freebsd.org>

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

From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/37100: Maintainer update: textproc/dico (portsurvey fix)
Date: Mon, 24 Jun 2002 01:53:45 +0200 (CEST)

 ${PERL} -> ${REINPLACE_CMD} add-on.
 
 diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ Makefile.orig Makefile
 --- Makefile.orig	Mon Jun 24 01:49:07 2002
 +++ Makefile	Mon Jun 24 01:03:43 2002
 @@ -21,6 +21,7 @@
  # Global variables
  #
  
 +USE_REINPLACE=	true
  USE_ZIP=	true
  WRKSRC=		${WRKDIR}/${PORTNAME}
  USE_AUTOMAKE=	true
 @@ -33,7 +34,7 @@
  #
  
  post-patch:
 -	@${PERL} -pi.fbsd -e 's.%%PREFIX%%.${PREFIX}.g' ${WRKSRC}/sources/dico.c
 +	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/sources/dico.c
  
  # Pre-configure
  #
 
 Cyrille.
 -- 
 Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net

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?200206240000.g5O006w54252>