Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2001 22:30:02 -0800 (PST)
From:      "Donald J . Maddox" <dmaddox@sc.rr.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/24339: New port submission
Message-ID:  <200101190630.f0J6U2l72000@freefall.freebsd.org>

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

From: "Donald J . Maddox" <dmaddox@sc.rr.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/24339: New port submission
Date: Fri, 19 Jan 2001 01:28:45 -0500

 A small correction: Use ${PERL} instead of literal 'perl'.
 
 Portlint really should check for this ;)
 
 --- Makefile.orig	Mon Jan 15 01:15:59 2001
 +++ Makefile	Fri Jan 19 01:22:11 2001
 @@ -23,7 +23,7 @@
  MANCOMPRESSED=	yes
  
  pre-configure:
 -	@perl -pi -e 's/-g\s-O2/${CFLAGS}/' ${WRKSRC}/configure
 +	@${PERL} -pi -e 's/-g\s-O2/${CFLAGS}/' ${WRKSRC}/configure
  
  post-install:
  	@${GZIP_CMD} ${PREFIX}/man/man1/worker.1
 


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?200101190630.f0J6U2l72000>