Date: Fri, 2 Jun 2000 17:35:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/18975: Update port: graphics/EZWGL Message-ID: <20000603003544.577CD37B719@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000603003544.577CD37B719>