diff options
author | steve <steve@FreeBSD.org> | 1999-11-14 01:57:21 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-14 01:57:21 +0000 |
commit | bcb11d5f026c974db5ab618c5c462a76bc68cac3 (patch) | |
tree | dd92d15a02c597df244dd1e82c48520cc1d8207a /portuguese/ispell-pt_BR/files | |
parent | d553f4976e12b89e29ea88bd20c21abbe434afbb (diff) | |
download | FreeBSD-ports-bcb11d5f026c974db5ab618c5c462a76bc68cac3.zip FreeBSD-ports-bcb11d5f026c974db5ab618c5c462a76bc68cac3.tar.gz |
Update to version 2.4.
PR: 14674
Submitted by: maintainer
Diffstat (limited to 'portuguese/ispell-pt_BR/files')
-rw-r--r-- | portuguese/ispell-pt_BR/files/patch-aa | 46 |
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 0000000..a221321 --- /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 |