diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-08 00:03:02 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-08 00:03:02 +0000 |
commit | 46b14bb13920790233d16f09b0a70cb84b26e988 (patch) | |
tree | ed6e2c79ed929719b0fc0519601b361187658c3c /textproc/dict/files | |
parent | 2a4910cde9af71a93c061e9bc20d3653ab1ba386 (diff) | |
download | ports-46b14bb13920790233d16f09b0a70cb84b26e988.tar.gz ports-46b14bb13920790233d16f09b0a70cb84b26e988.zip |
Notes
Diffstat (limited to 'textproc/dict/files')
-rw-r--r-- | textproc/dict/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/dict/files/patch-ac b/textproc/dict/files/patch-ac new file mode 100644 index 000000000000..dc39196a7b0a --- /dev/null +++ b/textproc/dict/files/patch-ac @@ -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 |