mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
9083bfee80
PR: ports/37318 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
13 lines
332 B
Diff
13 lines
332 B
Diff
--- ispell-it/Makefile.orig Sun Apr 21 16:28:51 2002
|
|
+++ ispell-it/Makefile Sun Apr 21 16:29:01 2002
|
|
@@ -1,7 +1,7 @@
|
|
SHELL = /bin/sh
|
|
MAKE = make
|
|
-BUILDHASH = buildhash
|
|
-MUNCHLIST = munchlist
|
|
+BUILDHASH = %%BH%%
|
|
+MUNCHLIST = %%MH%%
|
|
LANGUAGE = italian
|
|
AFFIXES = $(LANGUAGE).aff
|
|
DICTIONARY = $(LANGUAGE).words
|