diff options
author | jmz <jmz@FreeBSD.org> | 1999-08-13 08:13:14 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-08-13 08:13:14 +0800 |
commit | 2d6ca0b3243c75ea4ea8b54b4455f3e6d4c09043 (patch) | |
tree | 1214e2a67be9d9f064db57394d9acdc2f835f3b6 /textproc | |
parent | 04d839a8fe708859ee69e3c706cb89f1b56da91a (diff) | |
download | freebsd-ports-gnome-2d6ca0b3243c75ea4ea8b54b4455f3e6d4c09043.tar.gz freebsd-ports-gnome-2d6ca0b3243c75ea4ea8b54b4455f3e6d4c09043.tar.zst freebsd-ports-gnome-2d6ca0b3243c75ea4ea8b54b4455f3e6d4c09043.zip |
Use MLINKS for buildhash.1, findaffix.1, munchlist.1, tryaffix.1 and unsq.1
Portlint.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index a0986bbaed84..aa7691902c9d 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.27 1998/12/03 02:58:57 asami Exp $ +# $Id: Makefile,v 1.28 1999/07/04 18:21:51 obrien Exp $ # DISTNAME= ispell-3.1 @@ -18,33 +18,33 @@ PATCHFILES= ispell-html-mode.patch MAINTAINER= jmz@FreeBSD.org -MAKE_FLAGS= TMPDIR=${WRKDIR} -f -MAN1= buildhash.1 findaffix.1 ispell.1 munchlist.1 \ - sq.1 tryaffix.1 unsq.1 +MAKE_FLAGS= TMPDIR=${WRKDIR} -f +MAN1= ispell.1 sq.1 MAN4= ispell.4 english.4 +MLINKS= ispell.1 buildhash.1 ispell.1 findaffix.1 ispell.1 munchlist.1\ + ispell.1 tryaffix.1 sq.1 unsq.1 .if !defined(ISPELL_FR) .if (make(patch) || make(configure) || make(build) || make (install)) .BEGIN: - @echo '*********************************************************' - @echo '* Note that you can build a french or british version *' + @echo '*********************************************************' + @echo '* Note that you can build a french or british version *' @echo '* by typing "make french" or "make british" *' - @echo '*********************************************************' + @echo '*********************************************************' .endif .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) @@ -58,7 +58,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...." |