Date: Wed, 4 Apr 2001 09:44:23 -0700 (PDT) From: ms@vol.cz To: freebsd-gnats-submit@FreeBSD.org Subject: ports/26351: mod_csacek port fix Message-ID: <200104041644.f34GiNM16666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 26351 >Category: ports >Synopsis: mod_csacek port fix >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: Wed Apr 04 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Milan Salajka >Release: 4.2-stable >Organization: >Environment: >Description: if PREFIX for apache is different from /usr/local, configure don't recognize apxs. >How-To-Repeat: >Fix: diff -ruN mod_csacek.bak/Makefile mod_csacek/Makefile --- mod_csacek.bak/Makefile Mon Mar 12 22:53:37 2001 +++ mod_csacek/Makefile Wed Apr 4 17:41:47 2001 @@ -25,6 +25,9 @@ --with-templatedir=${PREFIX}/www/data \ --disable-compression +do-build: + cd ${WRKSRC} && make && ${APXS} -c ${PORTNAME}.c + do-install: ${APXS} -i -A -n csacek ${WRKSRC}/mod_csacek.so >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?200104041644.f34GiNM16666>