Date: Tue, 15 Apr 2003 15:03:59 +0200 (CEST) From: <herve.quiroz@esil.univ-mrs.fr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: java/50982: Update port: apache ant install dir Message-ID: <200304151303.h3FD3x7G057143@puget.esil.univ-mrs.fr> Resent-Message-ID: <200304151310.h3FDA6dw023981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50982 >Category: java >Synopsis: Update port: apache ant install dir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 06:10:05 PDT 2003 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD puget.esil.univ-mrs.fr 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #2: Fri Mar 28 20:04:56 CET 2003 root@puget.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386 >Description: The install directory for apache-ant should not have version number in its name. >How-To-Repeat: >Fix: diff -u jakarta-ant.old/Makefile jakarta-ant/Makefile --- jakarta-ant.old/Makefile Tue Apr 15 14:07:06 2003 +++ jakarta-ant/Makefile Tue Apr 15 14:07:54 2003 @@ -23,7 +23,7 @@ USE_JAVA= 1.2+ NO_BUILD= YES -PORTDESTDIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} +PORTDESTDIR= ${PREFIX}/${PORTNAME} PLIST_SUB+= T=${PORTDESTDIR:S/^${PREFIX}\///} READMES= LICENSE README WHATSNEW Common subdirectories: jakarta-ant.old/files and jakarta-ant/files >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304151303.h3FD3x7G057143>