diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-14 01:57:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-14 01:57:21 +0000 |
commit | d3a4753501ea07273cb30b3af74abab259d1a568 (patch) | |
tree | 084ecffb29a927289109b8c4c5def057b76f4402 /textproc/br-ispell/Makefile | |
parent | 3e123fccf5283bf02034b44b1ba46477bb1c45d8 (diff) | |
download | ports-d3a4753501ea07273cb30b3af74abab259d1a568.tar.gz ports-d3a4753501ea07273cb30b3af74abab259d1a568.zip |
Notes
Diffstat (limited to 'textproc/br-ispell/Makefile')
-rw-r--r-- | textproc/br-ispell/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/br-ispell/Makefile b/textproc/br-ispell/Makefile index 984a56c1c42b..e0570eabc76f 100644 --- a/textproc/br-ispell/Makefile +++ b/textproc/br-ispell/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: br-ispell # URL: http://www.ime.usp.br/~ueda/br.ispell/ -# Version required: 2.2 +# Version required: 2.4 # Date created: 5 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # # $FreeBSD$ # -DISTNAME= br.ispell-2.2 -PKGNAME= br-ispell-2.2 +DISTNAME= br.ispell-2.4 +PKGNAME= br-ispell-2.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/ @@ -16,9 +16,6 @@ MAINTAINER= jonny@jonny.eng.br BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell -NO_WRKSUBDIR= YES - -pre-build: - @${CP} ${FILESDIR}/Makefile ${WRKDIR} +MAN1= conjugue.1 .include <bsd.port.mk> |