Date: Tue, 11 Oct 2005 22:08:39 +0200 (CEST) From: Daniel Gerzo <danger@rulez.sk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87278: [PATCH] www/usermanager: fix displaying of information about possibility to set up INSTALLDIR variable Message-ID: <20051011200839.BA6371CCB6@mail.rulez.sk> Resent-Message-ID: <200510112010.j9BKAE7r059070@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87278 >Category: ports >Synopsis: [PATCH] www/usermanager: fix displaying of information about possibility to set up INSTALLDIR 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 Oct 11 20:10:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Daniel Gerzo >Release: FreeBSD 5.4 i386 >Organization: rulez.sk >Environment: System: FreeBSD daemon.rulez.sk 5.4 #2: Fri May 27 23:16:31 CEST 2005 danger@daemon.rulez.sk:/usr/obj/usr/src/sys/daemon i386 >Description: The message in the recent www/usermanager port about possibility to set up the INSTALLDIR would never be displayed. This patch should fix it. >How-To-Repeat: Try installing www/usermanager and check if the message is displayed.i it shouldn't. >Fix: --- um.diff begins here --- --- Makefile.orig Mon Oct 10 19:53:22 2005 +++ Makefile Mon Oct 10 19:53:39 2005 @@ -22,7 +22,6 @@ NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= INSTALLDIR=${INSTALLDIR} -INSTALLDIR?= www/data/UserManager pre-fetch: .if !defined(INSTALLDIR) @@ -30,6 +29,8 @@ @${ECHO_MSG} "Define INSTALLDIR to override default of 'www/data/UserManager'." @${ECHO_MSG} "" .endif + +INSTALLDIR?= www/data/UserManager post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ --- um.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051011200839.BA6371CCB6>