mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to version 1.4.9.
PR: 8218 Submitted by: maintainer
This commit is contained in:
parent
a967d97eb1
commit
201283319e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13827
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dictd-1.4.8.tar.gz) = 92b73b9f8df8173cd823247789bb3248
|
||||
MD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user