diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:41:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 23:41:36 +0000 |
commit | fd348aa795c59787e8f275d68cc43f27855c273a (patch) | |
tree | edc0a8598c069d682e86e4d3d1ae5575552a9dc2 /textproc/ispell/Makefile | |
parent | b084956c180948c5756a06ea90c90e2864fc4652 (diff) | |
download | pkgsrc-fd348aa795c59787e8f275d68cc43f27855c273a.tar.gz |
portlint: remove DISTFILES, PKGNAME, extra spaces; use cmd macros
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r-- | textproc/ispell/Makefile | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index c9fde313072..baed4ca326c 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,43 +3,41 @@ # Date created: 6 November 1994 # Whom: jmz # -# $NetBSD: Makefile,v 1.2 1998/01/12 11:47:43 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 23:41:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp # -DISTNAME= ispell-3.1 -PKGNAME= ispell-3.1.20 +DISTNAME= ispell-3.1.20 +WRKSRC= ${WRKDIR}/ispell-3.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ -DISTFILES= ispell-3.1.20.tar.gz MAINTAINER= jmz@FreeBSD.org -MAKE_FLAGS= TMPDIR=${.CURDIR} -f +MAKE_FLAGS= TMPDIR=${.CURDIR} -f MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ sq.1 tryaffix.1 unsq.1 MAN4= ispell.4 english.4 pre-fetch pre-build pre-install: .if !defined(ISPELL_FR) - @echo '******************************************************' - @echo '* Note that you can build a french/english version *' + @echo '******************************************************' + @echo '* Note that you can build a french/english version *' @echo '* by typing "make french" *' - @echo '******************************************************' + @echo '******************************************************' .else EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ DISTFILES+= ${EXTRA_DICT} -.endif +.endif pre-extract: -.if !defined(LANG) - @echo '******************************************************' - @echo '* Note that you can build a british version by *' - @echo '* typing "make british" following a "make clean" *' - @echo '******************************************************' -.endif - +.if !defined(LANG) + @echo '******************************************************' + @echo '* Note that you can build a british version by *' + @echo '* typing "make british" following a "make clean" *' + @echo '******************************************************' +.endif pre-configure: .if defined(EXTRA_DICT) @@ -53,7 +51,7 @@ post-configure: british: @echo "Okay, making a british version of ispell...." - @${MAKE} ${.MAKEFLAGS} LANG=british all + @${MAKE} ${.MAKEFLAGS} LANG=british all french: @echo "Okay, making a french/english version of ispell...." |