summaryrefslogtreecommitdiff
path: root/editors/e93
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
commit5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch)
treec472404c33a2b370731640bb224f398b5385af86 /editors/e93
parentConverted to MAN[1-9NL] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4534
Diffstat (limited to 'editors/e93')
-rw-r--r--editors/e93/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index 6386e541f01d..cf7f7a6dbda4 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.7 1996/09/11 04:11:57 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/11 05:07:03 obrien Exp $
#
DISTNAME= e93-1.2r6X
@@ -21,11 +21,11 @@ IS_INTERACTIVE= yes # asks "ok?" about license
pre-install:
@/usr/bin/env PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
- mkdir -p ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
+ ${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
(cd ${WRKSRC}; \
- install -c -s e93 ${PREFIX}/bin; \
- install -c .e93rc ${PREFIX}/lib/e93; \
- install -c LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
+ ${INSTALL_PROGRAM} e93 ${PREFIX}/bin; \
+ ${INSTALL_DATA} .e93rc ${PREFIX}/lib/e93; \
+ ${INSTALL_DATA} LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
)
.include <bsd.port.mk>