Date: 11 Jul 2006 09:19:55 -0000 From: Nicola Vitale <nivit@email.it> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100107: [MAINTAINER] math/truthtable: fix SUB_LIST variable Message-ID: <20060711091955.64954.qmail@fabula> Resent-Message-ID: <200607111950.k6BJoASC001029@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100107 >Category: ports >Synopsis: [MAINTAINER] math/truthtable: fix SUB_LIST variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 19:50:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-BETA3 i386 >Organization: >Environment: System: FreeBSD fabula.domo.sva 6.1-BETA3 FreeBSD 6.1-BETA3 #0: Thu Mar 2 11:03:41 UTC >Description: Fix SUB_LIST variable (as suggested by Herve Quiroz, thanks) in the Makefile. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- truthtable-1.2.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/truthtable/Makefile /usr/ports/math/truthtable.fix_SUB_LIST/Makefile --- /usr/ports/math/truthtable/Makefile Mon Jul 10 23:45:29 2006 +++ /usr/ports/math/truthtable.fix_SUB_LIST/Makefile Tue Jul 11 11:11:01 2006 @@ -23,7 +23,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME} -SUB_LIST= JAVA=${JAVA} JAVAJARDIR=${JAVAJARDIR} TRUTHTABLEJAR=${TRUTHTABLEJAR} +SUB_LIST= TRUTHTABLEJAR=${TRUTHTABLEJAR} TRUTHTABLEJAR= ${DATADIR}/${DISTNAME}${EXTRACT_SUFX} --- truthtable-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060711091955.64954.qmail>