mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Upgrade to 1.7.1. patch-ac has been submitted to the maintainers.
This commit is contained in:
parent
2a4910cde9
commit
46b14bb139
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62623
@ -7,14 +7,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= dict
|
||||
PORTVERSION= 1.5.5
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
|
||||
ftp://ftp.dict.org/pub/dict/
|
||||
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
|
||||
DISTNAME= ${PORTNAME}d-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dd@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_BISON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
|
||||
--with-etcdir=${PREFIX}/etc
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dictd-1.5.5.tar.gz) = 67307b6e5d0337f354b275c377506c63
|
||||
MD5 (dictd-1.7.1.tar.gz) = 81317b86ea0a5df0163900ad2e6bb12c
|
||||
|
11
textproc/dict/files/patch-ac
Normal file
11
textproc/dict/files/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- ../dictd-1.7.1/Makefile.in Sun May 5 01:59:56 2002
|
||||
+++ Makefile.in Sun Jul 7 23:44:52 2002
|
||||
@@ -144,7 +144,7 @@
|
||||
if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi
|
||||
if test ! -d $(man1_prefix); then $(INSTALL) -d 755 $(man1_prefix); fi
|
||||
$(INSTALL_PROGRAM) dict $(bindir)
|
||||
- $(INSTALL_DATA dict.1 $(man1_prefix)/dict.1
|
||||
+ $(INSTALL_DATA) dict.1 $(man1_prefix)/dict.1
|
||||
|
||||
install.dictzip: dictzip
|
||||
if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi
|
Loading…
x
Reference in New Issue
Block a user