summaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:06:37 +0000
commit090316dbc14c2b14673d0d368ec85d09c5841a39 (patch)
treed6c413c3547e857d6c61c3d887298be79b3ea7e1 /textproc/ispell
parentConverted to MAN[1-8] (diff)
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes: svn path=/head/; revision=4541
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile14
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>
-
-
-
-