Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 15:17:40 +0500 (YEKT)
From:      Belousov.Oleg@ws.urai.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25988: Update port misc/matrix-kmod
Message-ID:  <200103221017.f2MAHeZ29185@ws.urai.ru>

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

>Number:         25988
>Category:       ports
>Synopsis:       Update port misc/matrix-kmod
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 02:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Belousov Oleg
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

Add new MASTER_SITES and change install dir

>How-To-Repeat:

	

>Fix:

diff -uNr matrix.old/Makefile matrix/Makefile
--- matrix.old/Makefile	Thu Mar 22 15:04:36 2001
+++ matrix/Makefile	Thu Mar 22 15:05:18 2001
@@ -8,7 +8,8 @@
 PORTNAME=	matrix
 PORTVERSION=	1.2
 CATEGORIES=	misc
-MASTER_SITES=	http://www.belousov.com/download/
+MASTER_SITES=	http://www.belousov.com/download/ \
+		http://www.unixoid.ru/src/
 
 MAINTAINER=     strijar@urai.ru
 
@@ -21,6 +22,6 @@
 .endif
 
 pre-install:
-	${MKDIR} ${PREFIX}/lib/matrix/modules
+	${MKDIR} ${PREFIX}/modules
 
 .include <bsd.port.post.mk>
diff -uNr matrix.old/pkg-plist matrix/pkg-plist
--- matrix.old/pkg-plist	Thu Mar 22 15:04:48 2001
+++ matrix/pkg-plist	Thu Mar 22 15:05:54 2001
@@ -1,3 +1 @@
-lib/matrix/modules/matrix_saver.ko
-@dirrm lib/matrix/modules
-@dirrm lib/matrix
+modules/matrix_saver.ko

>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?200103221017.f2MAHeZ29185>