aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 17:06:37 +0800
committerobrien <obrien@FreeBSD.org>1996-11-17 17:06:37 +0800
commitba89702285635efd977f4f66089dd18d020ff48d (patch)
tree5ac228ab59601ee1651bdf611d53f7184b44129a /textproc/ispell
parentaba15b1de022e16cfa9cd14e2c1b6b28bd042ef9 (diff)
downloadfreebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.tar.gz
freebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.tar.zst
freebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.zip
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
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>
-
-
-
-