Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 08:57:30 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18747: Update port: math/add
Message-ID:  <20000522155730.7D8E337B566@hub.freebsd.org>

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

>Number:         18747
>Category:       ports
>Synopsis:       Update port: math/add
>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:   Mon May 22 09:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line of pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/add/Makefile math/add/Makefile
--- /usr/ports/math/add/Makefile	Fri Apr 14 18:53:00 2000
+++ math/add/Makefile	Sat May 20 05:01:46 2000
@@ -8,7 +8,7 @@
 PORTNAME=	add
 PORTVERSION=	1.0
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.clark.net/pub/dickey/add/
+MASTER_SITES=	ftp://dickey.his.com/add/
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -20,14 +20,14 @@
 MAN1=		add.1
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/add ${PREFIX}/bin
-	@ ${INSTALL_MAN} ${WRKSRC}/add.1 ${PREFIX}/man/man1
-	@ ${MKDIR} ${PREFIX}/share/add
-	@ ${INSTALL_DATA} ${WRKSRC}/add.hlp ${PREFIX}/share/add
+	${INSTALL_PROGRAM} ${WRKSRC}/add ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/add.1 ${PREFIX}/man/man1
+	@${MKDIR} ${PREFIX}/share/add
+	${INSTALL_DATA} ${WRKSRC}/add.hlp ${PREFIX}/share/add
 .if !defined(NOPORTDOCS)
-	@ ${MKDIR} ${PREFIX}/share/doc/add
+	@${MKDIR} ${PREFIX}/share/doc/add
 .for file in CHANGES COPYING README
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/add
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/add
 .endfor
 .endif
 
diff -urN /usr/ports/math/add/pkg/DESCR math/add/pkg/DESCR
--- /usr/ports/math/add/pkg/DESCR	Mon May  3 14:43:07 1999
+++ math/add/pkg/DESCR	Sat May 20 04:51:24 2000
@@ -4,4 +4,4 @@
 result for each operation. You may scroll to any position in the 
 expression list and modify the list.
 
-WWW: http://www.clark.net/pub/dickey/add/add.html
+WWW: http://dickey.his.com/add/add.html


>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?20000522155730.7D8E337B566>