ports/89757: Port security/drweb. Fix error of chown directory of configuration files.

Demin Alexander support at spectrum.ru
Wed Nov 30 11:30:13 UTC 2005


>Number:         89757
>Category:       ports
>Synopsis:       Port security/drweb. Fix error of chown directory of configuration files.
>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:   Wed Nov 30 11:30:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Demin Alexander
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Group of companies Spectrum
>Environment:
System: FreeBSD support.spectrum.ru 5.4-STABLE FreeBSD 5.4-STABLE #15: Mon Nov 28 12:14:24 MSK 2005 oldman at support.spectrum.ru:/usr/obj/usr/src/sys/MYGENERIC i386


	
>Description:
	Fix error of chown directory of configuration files.
>How-To-Repeat:
	
>Fix:

	

--- drweb_4.33_fix_prefix_in_pkg-install begins here ---
--- Makefile.orig	Wed Nov 30 14:04:55 2005
+++ Makefile	Wed Nov 30 14:05:30 2005
@@ -70,6 +70,6 @@
 	${TAR} -cf - -C ${WRKSRC}${LOCALBASE}/drweb/doc . | \
 		${TAR} -xf - -C ${DOCSDIR}
 .endif
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX}
+	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${DRWEB_PREFIX} ${DRWEB_VARPREFIX} ${PREFIX}
 
 .include <bsd.port.post.mk>
--- pkg-install.orig	Wed Nov 30 14:05:44 2005
+++ pkg-install	Wed Nov 30 14:06:24 2005
@@ -8,6 +8,7 @@
 
 DRWEB_PREFIX="$3"
 DRWEB_VARPREFIX="$4"
+PREFIX="$5"
 USER=drweb
 GROUP=${USER}
 UID=426
--- drweb_4.33_fix_prefix_in_pkg-install ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list