From owner-freebsd-ports Thu Jan 18 22:30:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA92937B400 for ; Thu, 18 Jan 2001 22:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0J6U2l72000; Thu, 18 Jan 2001 22:30:02 -0800 (PST) (envelope-from gnats) Date: Thu, 18 Jan 2001 22:30:02 -0800 (PST) Message-Id: <200101190630.f0J6U2l72000@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Donald J . Maddox" Subject: Re: ports/24339: New port submission Reply-To: "Donald J . Maddox" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24339; it has been noted by GNATS. From: "Donald J . Maddox" 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