Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 13:42:16 +0000 (GMT)
From:      Dom.Mitchell@palmerharvey.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15072: bugfix in ports/www/css-mode.el
Message-ID:  <19991124134216.649341FE@voodoo.pandhm.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         15072
>Category:       ports
>Synopsis:       bugfix in ports/www/css-mode.el
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 05:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991124134216.649341FE>