Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 15:30:04 -0700 (PDT)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/39264: Update port: devel/tkcon  ->
Message-ID:  <200206192230.g5JMU4915642@freefall.freebsd.org>

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

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/39264: Update port: devel/tkcon  ->
Date: Thu, 20 Jun 2002 00:21:09 +0200

 add USE_REINPLACE= yes and fix RE for sed(1)
 
 Regards,
          Olli
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/tkcon/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- Makefile	2001/09/25 21:26:27	1.9
 +++ Makefile	2002/06/19 22:20:23
 @@ -15,11 +15,12 @@
  
  RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
  
 +USE_REINPLACE=	yes
  NO_BUILD=	yes
  
  post-patch:
 -	@${PERL} -pi \
 -		-e 's,docs\s+"([^"]+)",docs	"file:${PREFIX}/share/doc/tkcon/index.html\\n\1",' ${WRKSRC}/tkcon.tcl
 +	@${REINPLACE_CMD} -E \
 +		-e 's,docs[ 	]+"([^"]+)",docs	"file:${PREFIX}/share/doc/tkcon/index.html\\n\1",' ${WRKSRC}/tkcon.tcl
  
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/tkcon.tcl ${PREFIX}/bin/tkcon

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?200206192230.g5JMU4915642>