ports/87278: [PATCH] www/usermanager: fix displaying of information about possibility to set up INSTALLDIR variable
Daniel Gerzo
danger at rulez.sk
Tue Oct 11 20:10:14 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list