mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Change unsq to uniq as that is probably what the author intended to use.
This commit is contained in:
parent
68c10ed751
commit
4774b924d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45487
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Aug 20 00:23:35 1999
|
||||
+++ Makefile Tue Jan 25 02:01:41 2000
|
||||
--- Makefile.orig Thu Aug 19 15:23:35 1999
|
||||
+++ Makefile Tue Jul 24 15:30:22 2001
|
||||
@@ -1,5 +1,5 @@
|
||||
-ELISP_DIR = /usr/share/emacs/site-lisp
|
||||
-ISPELL_DIR = /usr/lib/ispell
|
||||
@ -8,9 +8,12 @@
|
||||
|
||||
KITDIR = ../save-kostya-dict
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
@@ -15,9 +15,9 @@
|
||||
buildhash russian.sml russian.aff russian.hash
|
||||
|
||||
russian.sml: russian.sq.gz
|
||||
gzip -dc russian.sq.gz | unsq > russian.sml
|
||||
- gzip -dc russian.sq.gz | unsq > russian.sml
|
||||
+ gzip -dc russian.sq.gz | uniq > russian.sml
|
||||
|
||||
-install: unsq russian.hash
|
||||
+install: russian.hash
|
||||
|
Loading…
Reference in New Issue
Block a user