diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-10-12 23:31:09 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-10-12 23:31:09 +0800 |
commit | 74bddb43abe89358492c2f0f3ec6f7762f5b21f5 (patch) | |
tree | 310e04ef2cd5c110d50dc86c8738b41457c0fd4b /misc | |
parent | 45f7ea4a37442af96826d7c6f7edf8a6e975d890 (diff) | |
download | freebsd-ports-gnome-74bddb43abe89358492c2f0f3ec6f7762f5b21f5.tar.gz freebsd-ports-gnome-74bddb43abe89358492c2f0f3ec6f7762f5b21f5.tar.zst freebsd-ports-gnome-74bddb43abe89358492c2f0f3ec6f7762f5b21f5.zip |
Update to 1.03o
PR: 21928
Submitted by: MAINTAINER
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) |