aboutsummaryrefslogtreecommitdiff
path: root/portuguese/ispell-pt_BR/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'portuguese/ispell-pt_BR/files/patch-aa')
-rw-r--r--portuguese/ispell-pt_BR/files/patch-aa46
1 files changed, 46 insertions, 0 deletions
diff --git a/portuguese/ispell-pt_BR/files/patch-aa b/portuguese/ispell-pt_BR/files/patch-aa
new file mode 100644
index 000000000000..a2213217356c
--- /dev/null
+++ b/portuguese/ispell-pt_BR/files/patch-aa
@@ -0,0 +1,46 @@
+--- Makefile.orig Mon Oct 18 15:15:22 1999
++++ Makefile Tue Nov 2 23:55:52 1999
+@@ -16,12 +16,11 @@
+ # VDIR - aqui será colocado o banco de verbos
+ # MANDIR - aqui será colocada a man page do conjugue
+ #
+-prefix=/usr/local
+-BINDIR=$(prefix)/bin
+-HASHDIR=/usr/lib/ispell
+-VDIR=$(prefix)/lib
+-MANDIR=$(prefix)/man
+-AWK=/usr/bin/gawk
++BINDIR=$(PREFIX)/bin
++HASHDIR=$(PREFIX)/lib
++VDIR=$(PREFIX)/lib
++MANDIR=$(PREFIX)/man
++AWK=/usr/bin/awk
+
+ #
+ # Daqui para baixo não mexa mais em nada
+@@ -71,20 +70,16 @@
+ #
+ # Instala o br.hash
+ #
+-install-hash: br.ispell
+- install -d $(HASHDIR)
+- install --mode=644 br.hash br.aff $(HASHDIR)
++install-hash: br.hash
++ ${BSD_INSTALL_DATA} br.hash br.aff $(HASHDIR)
+
+ #
+ # Instala o conjugue
+ #
+ install-conjugue: conjugue
+- install -d $(BINDIR)
+- install --mode=755 conjugue $(BINDIR)/conjugue
+- install -d $(VDIR)
+- install --mode=644 verbos $(VDIR)/verbos
+- install -d $(MANDIR)/man1
+- install --mode=644 conjugue.1 $(MANDIR)/man1/conjugue.1
++ ${BSD_INSTALL_SCRIPT} conjugue $(BINDIR)
++ ${BSD_INSTALL_DATA} verbos $(VDIR)
++ ${BSD_INSTALL_MAN} conjugue.1 $(MANDIR)/man1
+
+ #
+ # instala tudo