diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /textproc/ispell | |
parent | 1cd3d92150c435bd617039c4045455da7a705228 (diff) |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index fc6d871710bb..36c1de3334a6 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/11/26 10:47:42 asami Exp $ +# $Id: Makefile,v 1.13 1996/11/11 05:49:39 obrien Exp $ # DISTNAME= ispell-3.1 @@ -45,13 +45,9 @@ british: @${MAKE} ${.MAKEFLAGS} LANG=british all pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/lib - @mkdir -p ${PREFIX}/man/man1 - @mkdir -p ${PREFIX}/man/man4 + @${MKDIR} ${PREFIX}/bin + @${MKDIR} ${PREFIX}/lib + @${MKDIR} ${PREFIX}/man/man1 + @${MKDIR} ${PREFIX}/man/man4 .include <bsd.port.mk> - - - - |