Date: Thu, 6 Sep 2001 15:21:13 +0200 (CEST) From: Cyrille Lefevre <clefevre@citeweb.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30389: Maintainer update: misc/findutils (minor fix) Message-ID: <200109061321.f86DLD643188@gits.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 30389 >Category: ports >Synopsis: Maintainer update: misc/findutils (minor fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 06:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile MAKE_ARGS added. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/findutils/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/06/09 12:59:31 1.10 +++ Makefile 2001/09/06 13:20:21 @@ -14,21 +14,20 @@ MAINTAINER= clefevre@redirect.to -GNU_CONFIGURE= yes - -# # Global variables # +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g # --localstatedir=${LOCALSTATEDIR} MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" USE_GMAKE= yes +# PREFIX isn't honored. force it w/ prefix. +MAKE_ARGS+= prefix=${PREFIX} MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1 MAN5= glocatedb.5 -# # Local variables # @@ -36,14 +35,12 @@ INSTALL_INFO?= install-info -# # Post-extract # post-extract: @${RM} -f ${WRKSRC}/doc/${PORTNAME:S/utils//}.info* -# # Post-patch # @@ -51,7 +48,6 @@ @${PERL} -pi.fbsd -e 's|makeinfo|makeinfo --no-split|g' \ ${WRKSRC}/doc/Makefile.in -# # Post-configure # @@ -60,7 +56,6 @@ @${PERL} -pi.fbsd -e 's|\$$\(prefix\)/var|${LOCALSTATEDIR}|g' \ ${WRKSRC}/Makefile ${WRKSRC}/locate/Makefile -# # Post-install # >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?200109061321.f86DLD643188>