summaryrefslogtreecommitdiff
path: root/japanese/elvis/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-03 13:08:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-03 13:08:20 +0000
commit5f30f5083e959bc43a43c5ddb1460c87e80ae7c8 (patch)
tree3c155081e1177400691313327fb908b9c8084ad4 /japanese/elvis/Makefile
parentUpdated to version 6.3 (diff)
mkdir --> ${MKDIR} cp -->${CP}
Notes
Notes: svn path=/head/; revision=4767
Diffstat (limited to 'japanese/elvis/Makefile')
-rw-r--r--japanese/elvis/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/elvis/Makefile b/japanese/elvis/Makefile
index 0c82848746fe..236556b9986f 100644
--- a/japanese/elvis/Makefile
+++ b/japanese/elvis/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 October 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/10/22 12:12:31 max Exp $
+# $Id: Makefile,v 1.3 1996/11/11 10:11:52 max Exp $
#
DISTNAME= elv18src
@@ -23,13 +23,12 @@ LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
NO_WRKSUBDIR= yes
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/jp-elvis.sh
+
do-configure:
- @cp ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
+ @${CP} ${WRKSRC}/Makefile.mix ${WRKSRC}/Makefile
post-install:
- if [ ! -d ${PREFIX}/share/doc/jp-elvis ]; then \
- mkdir -p ${PREFIX}/share/doc/jp-elvis; \
- fi
+ @${MKDIR} ${PREFIX}/share/doc/jp-elvis
${INSTALL_DATA} ${WRKSRC}/README.j18 ${PREFIX}/share/doc/jp-elvis
@/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
@if [ ! -f ${STARTUP_SCRIPT} ]; then \