diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:16:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:16:17 +0000 |
commit | 201283319e4b35b313524f84553d10f15d8ffc36 (patch) | |
tree | 18c911eeb9d55f97341d436cbfc828e355f861c4 /textproc/dict | |
parent | a967d97eb1dbcb1d4e66cf2387562f77e1b11087 (diff) | |
download | ports-201283319e4b35b313524f84553d10f15d8ffc36.tar.gz ports-201283319e4b35b313524f84553d10f15d8ffc36.zip |
Notes
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 7 | ||||
-rw-r--r-- | textproc/dict/distinfo | 2 | ||||
-rw-r--r-- | textproc/dict/files/patch-aa | 8 | ||||
-rw-r--r-- | textproc/dict/files/patch-ac | 13 |
4 files changed, 10 insertions, 20 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 387ac3c0dffb..f95e4d9f802c 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -3,11 +3,11 @@ # Date created: 19 February 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.1.1.1 1998/02/25 01:22:57 steve Exp $ +# $Id: Makefile,v 1.2 1998/03/10 09:18:42 tg Exp $ # -DISTNAME= dictd-1.4.8 -PKGNAME= dict-1.4.8 +DISTNAME= dictd-1.4.9 +PKGNAME= dict-1.4.9 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ @@ -15,7 +15,6 @@ MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ MAINTAINER= josh@quick.net GNU_CONFIGURE= yes -CONFIGURE_ENV= PREFIX=${PREFIX} USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index 82674fde74f0..9a5f1a4471dc 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1 +1 @@ -MD5 (dictd-1.4.8.tar.gz) = 92b73b9f8df8173cd823247789bb3248 +MD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 diff --git a/textproc/dict/files/patch-aa b/textproc/dict/files/patch-aa index 91175db49ac7..67925731d68f 100644 --- a/textproc/dict/files/patch-aa +++ b/textproc/dict/files/patch-aa @@ -1,13 +1,13 @@ ---- configure.orig Mon Feb 16 12:05:08 1998 -+++ configure Thu Feb 19 23:48:55 1998 +--- configure Sun Jul 5 18:38:03 1998 ++++ /tmp/configure Thu Oct 8 16:36:43 1998 @@ -549,8 +549,8 @@ -prefix=/usr -etcdir=/etc -+prefix=${PREFIX} -+etcdir=${PREFIX}/etc ++#prefix=/usr ++etcdir=$prefix/etc piddir=/var/run echo Configuring for dict diff --git a/textproc/dict/files/patch-ac b/textproc/dict/files/patch-ac index 36c37c92216e..db6080c954ad 100644 --- a/textproc/dict/files/patch-ac +++ b/textproc/dict/files/patch-ac @@ -1,14 +1,5 @@ ---- dict.1.orig Mon Feb 16 12:00:30 1998 -+++ dict.1 Fri Feb 20 04:01:25 1998 -@@ -23,7 +23,7 @@ - .\" Formatted or processed versions of this manual, if unaccompanied by - .\" the source, must acknowledge the copyright and authors of this work. - .\" --.TH DICT 1 "15 February 1998" "" "Linux Programmer's Manual" -+.TH DICT 1 "15 February 1998" "" "" - .SH NAME - dict \- DICT Protocol Client - .SH SYNOPSIS +--- dict.1~ Sun Jul 5 18:35:40 1998 ++++ dict.1 Thu Oct 8 16:50:40 1998 @@ -237,7 +237,7 @@ .SH FILES .I ~/.dictrc |