Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 14:27:30 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18276: Update port: devel/gide
Message-ID:  <200004282127.OAA85259@freefall.freebsd.org>

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

>Number:         18276
>Category:       ports
>Synopsis:       Update port: devel/gide
>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:   Fri Apr 28 14:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Use PORTVERSION at PLIST_SUB

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/gide/Makefile devel/gide/Makefile
--- /usr/ports/devel/gide/Makefile	Wed Apr 12 21:19:51 2000
+++ devel/gide/Makefile	Wed Apr 19 05:30:17 2000
@@ -30,8 +30,7 @@
 
 MAN1=		gide.1 gdbio.1
 
-VERSION=	${DISTNAME:S/gIDE-//}
-PLIST_SUB=	VERSION=${VERSION}
+PLIST_SUB=	VERSION=${PORTVERSION}
 
 post-patch:
 	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c


>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?200004282127.OAA85259>