diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /portuguese/ispell-pt_BR/files/patch-aa | |
parent | 8c307777eaf81af4195ae428b3ebbeba734fc5af (diff) |
Notes
Diffstat (limited to 'portuguese/ispell-pt_BR/files/patch-aa')
-rw-r--r-- | portuguese/ispell-pt_BR/files/patch-aa | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/portuguese/ispell-pt_BR/files/patch-aa b/portuguese/ispell-pt_BR/files/patch-aa deleted file mode 100644 index 975fc1dfa9b2..000000000000 --- a/portuguese/ispell-pt_BR/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- 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)/share/ispell -+VDIR=$(PREFIX)/share/ispell -+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 |