summaryrefslogtreecommitdiff
path: root/textproc/br-ispell/files/patch-aa
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-22 14:04:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-22 14:04:31 +0000
commitb9e7c18fcbab579fb6f2c5e979c90fe4759aa1cc (patch)
tree1257877a7f2705d47b9f310fe0d1fe0413a9f9cc /textproc/br-ispell/files/patch-aa
parentUpdate with appropriate info for portuguese category after repo (diff)
Move br-ispell to portuguese category as ispell-pt_BR after repo
copy and connect to build Approved by: kris (repo copy, portmgr hat) Repo copied by: joe (cvs hat)
Notes
Notes: svn path=/head/; revision=70744
Diffstat (limited to 'textproc/br-ispell/files/patch-aa')
-rw-r--r--textproc/br-ispell/files/patch-aa46
1 files changed, 0 insertions, 46 deletions
diff --git a/textproc/br-ispell/files/patch-aa b/textproc/br-ispell/files/patch-aa
deleted file mode 100644
index 975fc1dfa9b2..000000000000
--- a/textproc/br-ispell/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