From owner-freebsd-ports Fri Jun 2 17:40:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7317537B93B for ; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33841; Fri, 2 Jun 2000 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 577CD37B719; Fri, 2 Jun 2000 17:35:44 -0700 (PDT) Message-Id: <20000603003544.577CD37B719@hub.freebsd.org> Date: Fri, 2 Jun 2000 17:35:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18975: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18975 >Category: ports >Synopsis: Update port: graphics/EZWGL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 17:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix for extracting without unneeded stuff >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/EZWGL/Makefile graphics/EZWGL/Makefile --- /usr/ports/graphics/EZWGL/Makefile Thu Apr 20 06:51:53 2000 +++ graphics/EZWGL/Makefile Sat Jun 3 05:44:04 2000 @@ -16,14 +16,15 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png -EXTRACT_AFTER_ARGS= | ${TAR} --exclude 'CVS' -xf - - USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include "files/manpages" + +post-extract: + find ${WRKSRC} -name CVS | xargs ${RM} -rf post-install: .for file in ${MAN3} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message