From sttng359@alzatex.com  Tue Jun  7 11:34:50 2005
Return-Path: <sttng359@alzatex.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 24A0E16A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jun 2005 11:34:50 +0000 (GMT)
	(envelope-from sttng359@alzatex.com)
Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CDD8243D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Jun 2005 11:34:49 +0000 (GMT)
	(envelope-from sttng359@alzatex.com)
Received: from fbsd.ddns.alzatex.cc (fbsd.ddns.alzatex.cc [192.168.1.37])
	by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j57BYmDV014031
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 7 Jun 2005 04:34:49 -0700
Received: from fbsd.ddns.alzatex.cc (localhost [127.0.0.1])
	by fbsd.ddns.alzatex.cc (8.13.3/8.13.3) with ESMTP id j57Bchat001390
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 7 Jun 2005 04:38:43 -0700 (PDT)
	(envelope-from sttng359@fbsd.ddns.alzatex.cc)
Received: (from sttng359@localhost)
	by fbsd.ddns.alzatex.cc (8.13.3/8.13.3/Submit) id j57BchtH001389;
	Tue, 7 Jun 2005 04:38:43 -0700 (PDT)
	(envelope-from sttng359)
Message-Id: <200506071138.j57BchtH001389@fbsd.ddns.alzatex.cc>
Date: Tue, 7 Jun 2005 04:38:43 -0700 (PDT)
From: "Loren M. Lang" <lorenl@alzatex.com>
Reply-To: "Loren M. Lang" <lorenl@alzatex.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update ports: www/mozplugger Installation created extraneous directories
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81988
>Category:       ports
>Synopsis:       Update ports: www/mozplugger Installation created extraneous directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 07 11:40:27 GMT 2005
>Closed-Date:    Wed Jun 08 16:12:56 GMT 2005
>Last-Modified:  Wed Jun 08 16:12:56 GMT 2005
>Originator:     Loren M. Lang
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Alzatex, Inc.
>Environment:
System: FreeBSD fbsd.ddns.alzatex.cc 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #6: Tue Jun 7 04:04:28 PDT 2005 root@:/usr/obj/usr/src/sys/IPSEC-NG i386


	
>Description:
	Installation of mozplugger port caused the directory share/man/man7
be created and never cleaned up.

>How-To-Repeat:
	Install the mozplugger port and remove it and you will find
/usr/X11R6/share/man/man7 laying around empty.

>Fix:

	

--- mozplugger.patch begins here ---
--- www/mozplugger/files/patch-Makefile.orig	Fri Jun  3 05:46:45 2005
+++ www/mozplugger/files/patch-Makefile	Tue Jun  7 04:33:28 2005
@@ -1,5 +1,5 @@
 --- Makefile.orig	Sat Apr 16 12:24:24 2005
-+++ Makefile	Fri Jun  3 03:11:52 2005
++++ Makefile	Tue Jun  7 04:33:19 2005
 @@ -1,5 +1,5 @@
  # Where is your Xwindows located?
 -X11=/usr/X11R6
@@ -47,10 +47,11 @@
  install:
  	-@mkdir -p $(root)$(prefix)/bin
 -	-@mkdir -p $(root)$(prefix)/lib/mozilla/plugins
-+	-@mkdir -p $(root)$(prefix)/lib/browser_plugins
- 	-@mkdir -p $(root)$(prefix)/share/man/man7
+-	-@mkdir -p $(root)$(prefix)/share/man/man7
 -	-@mkdir -p $(root)/etc
++	-@mkdir -p $(root)$(prefix)/lib/browser_plugins
 +	-@mkdir -p $(root)$(prefix)/etc
++	-@mkdir -p $(root)$(prefix)/man/man7
  	cp mozplugger-helper $(root)$(prefix)/bin/
  	cp mozplugger-controller $(root)$(prefix)/bin/
 -	cp mozplugger.so $(root)$(prefix)/lib/mozilla/plugins/
--- mozplugger.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Wed Jun 8 15:59:54 GMT 2005 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81988 
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Wed Jun 8 16:12:36 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81988 
>Unformatted:
