diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-12 15:31:09 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-12 15:31:09 +0000 |
commit | dd2c0277026bce51a71765ac698e65d35e8c51da (patch) | |
tree | b4d8c61ec95feba3679bb4747ec0a414cfd762b7 /misc | |
parent | Correct pkg-plist. (diff) |
Update to 1.03o
PR: 21928
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=33731
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fd/Makefile | 4 | ||||
-rw-r--r-- | misc/fd/distinfo | 2 | ||||
-rw-r--r-- | misc/fd/files/patch-aa | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile index ac8395627b75..ff776e4be9a4 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= fd -PORTVERSION= 1.03l +PORTVERSION= 1.03o CATEGORIES= misc -MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \ +MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= steve DISTNAME= FD-${PORTVERSION} diff --git a/misc/fd/distinfo b/misc/fd/distinfo index 99286a7a90a4..da15ba0b9414 100644 --- a/misc/fd/distinfo +++ b/misc/fd/distinfo @@ -1 +1 @@ -MD5 (FD-1.03l.tar.gz) = 290d37e37945a98829ddc59fc7fa3fed +MD5 (FD-1.03o.tar.gz) = 8913c225ff3fdeafd2d7c418c759a7ef diff --git a/misc/fd/files/patch-aa b/misc/fd/files/patch-aa index 4487cbbd6cfb..fcff496e41f9 100644 --- a/misc/fd/files/patch-aa +++ b/misc/fd/files/patch-aa @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue Sep 16 00:00:15 1997 -+++ Makefile.in Fri Sep 19 21:42:41 1997 +--- Makefile.in.orig Thu Oct 12 18:55:53 2000 ++++ Makefile.in Thu Oct 12 18:56:31 2000 @@ -3,7 +3,7 @@ # TITLE = FD- -PREFIX = /usr/local +PREFIX ?= /usr/local + MANSEC = 1 TOPDIR = $(PREFIX) BINDIR = $(TOPDIR)/bin - MANDIR = $(TOPDIR)/man__LANGDIR__/man$(MANSEC) |