From Dom.Mitchell@palmerharvey.co.uk Wed Nov 24 05:43:14 1999
Return-Path: <Dom.Mitchell@palmerharvey.co.uk>
Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58])
	by hub.freebsd.org (Postfix) with ESMTP id B8C8814CB0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 1999 05:43:06 -0800 (PST)
	(envelope-from Dom.Mitchell@palmerharvey.co.uk)
Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk
 (Content Technologies SMTPRS 4.0.1) with ESMTP id <B3eac6d3a48b6761a0b@mail.palmerharvey.co.uk> for <FreeBSD-gnats-submit@freebsd.org>;
 Wed, 24 Nov 1999 13:40:38 +0000
Received: from ADMIN ([10.100.1.20]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id XQSC6B41; Wed, 24 Nov 1999 13:39:06 -0000
Received: from [10.100.35.12] (helo=voodoo.pandhm.co.uk)
	by admin with esmtp (Exim 1.92 #1)
	for FreeBSD-gnats-submit@freebsd.org
	id 11qcga-0006qf-00; Wed, 24 Nov 1999 13:42:16 +0000
Received: by voodoo.pandhm.co.uk (Postfix, from userid 104)
	id 649341FE; Wed, 24 Nov 1999 13:42:16 +0000 (GMT)
Message-Id: <19991124134216.649341FE@voodoo.pandhm.co.uk>
Date: Wed, 24 Nov 1999 13:42:16 +0000 (GMT)
From: Dom.Mitchell@palmerharvey.co.uk
Reply-To: dom@palmerharvey.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: bugfix in ports/www/css-mode.el
X-Send-Pr-Version: 3.2

>Number:         15072
>Category:       ports
>Synopsis:       bugfix in ports/www/css-mode.el
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    shige
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 05:50:00 PST 1999
>Closed-Date:    Thu Nov 25 05:49:22 PST 1999
>Last-Modified:  Thu Nov 25 05:49:56 PST 1999
>Originator:     Dominic Mitchell
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Palmer & Harvey McLane Ltd.
>Environment:

FreeBSD voodoo.pandhm.co.uk 3.3-STABLE FreeBSD 3.3-STABLE #4: Thu Nov 18 09:01:45 GMT 1999     root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO  i386

>Description:

The www/css-mode.el port doesn't install properly.  It fails to create
some of the needed directories.

>How-To-Repeat:

% cd /usr/ports/www.css-mode.el
% make
# make install

>Fix:
	
Apply this patch:

diff -urP /usr/ports/www/css-mode.el/Makefile css-mode.el/Makefile
--- /usr/ports/www/css-mode.el/Makefile	Fri Oct 22 17:09:11 1999
+++ css-mode.el/Makefile	Wed Nov 24 13:39:36 1999
@@ -33,10 +33,10 @@
 		CSSMODE_DOCDIR=${CSSMODE_DOCDIR}
 
 do-install:
-	${MKDIR} ${PREFIX}/${ELISPDIR}
+	${MKDIR} ${PREFIX}/${ELISP_SUBDIR}
 	${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISP_SUBDIR}/
 # For XEmacs
-	${MKDIR} ${PREFIX}/${XELISPDIR}
+	${MKDIR} ${PREFIX}/${XELISP_SUBDIR}
 	${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${XELISP_SUBDIR}/
 
 post-install:


-- 
**********************************************************************
This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. 
The email has been swept by MIMEsweeper for the presence of computer viruses.

www.palmerharvey.co.uk
**********************************************************************

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->shige  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Wed Nov 24 15:37:58 PST 1999 
Responsible-Changed-Why:  
Over to maintainer 
State-Changed-From-To: open->closed 
State-Changed-By: shige 
State-Changed-When: Thu Nov 25 05:49:22 PST 1999 
State-Changed-Why:  
Committed. Thanks! 
>Unformatted:
