Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 13:17:46 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17989: PORTNAME fix for x11-wm/fvwm2
Message-ID:  <200004132017.NAA21496@freefall.freebsd.org>

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

>Number:         17989
>Category:       ports
>Synopsis:       PORTNAME fix for x11-wm/fvwm2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 13:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE
>Organization:
>Environment:
>Description:
PORTNAME seems have to be unique and equivalent to its directory name.
>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/fvwm2/Makefile x11-wm/fvwm2/Makefile
--- /usr/ports/x11-wm/fvwm2/Makefile	Tue Apr 11 22:36:01 2000
+++ x11-wm/fvwm2/Makefile	Fri Apr 14 05:06:00 2000
@@ -5,10 +5,11 @@
 # $FreeBSD: ports/x11-wm/fvwm2/Makefile,v 1.20 2000/04/10 19:49:48 cpiazza Exp $
 #
 
-PORTNAME=	fvwm
+PORTNAME=	fvwm2
 PORTVERSION= 	2.2.4
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://ftp.fvwm.org/pub/fvwm/version-2/
+DISTNAME=	fvwm-${PORTVERSION}
 
 MAINTAINER=	jcwells@u.washington.edu
 


>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?200004132017.NAA21496>