aboutsummaryrefslogtreecommitdiff
path: root/math/add
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-29 03:38:52 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-29 03:38:52 +0000
commit84de868681c04d659868511db6b560d90f984e0d (patch)
tree3918422245f9d4431f3b72387fd2bdd2549a5bc5 /math/add
parent11f78ae3f7113f947eb7fd124a00beeffb36c29a (diff)
downloadports-84de868681c04d659868511db6b560d90f984e0d.tar.gz
ports-84de868681c04d659868511db6b560d90f984e0d.zip
Update MASTER_SITES and WWW: line to pkg/DESCR
PR: 18747 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28886
Diffstat (limited to 'math/add')
-rw-r--r--math/add/Makefile14
-rw-r--r--math/add/pkg-descr2
2 files changed, 8 insertions, 8 deletions
diff --git a/math/add/Makefile b/math/add/Makefile
index 28e196d6a538..b5d590cd4e71 100644
--- a/math/add/Makefile
+++ b/math/add/Makefile
@@ -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 @@ MAKEFILE= makefile
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 --git a/math/add/pkg-descr b/math/add/pkg-descr
index 2fa7ee425b7a..2ecf7bd5e5c8 100644
--- a/math/add/pkg-descr
+++ b/math/add/pkg-descr
@@ -4,4 +4,4 @@ checkbook or expense-account balancing tool. Add maintains a running
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