summaryrefslogtreecommitdiff
path: root/japanese/today/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/today/Makefile
parentUpdated to version 6.3 (diff)
mkdir --> ${MKDIR} cp -->${CP}
Notes
Notes: svn path=/head/; revision=4767
Diffstat (limited to 'japanese/today/Makefile')
-rw-r--r--japanese/today/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile
index 25c9bbc2bdd1..7f7de7c83130 100644
--- a/japanese/today/Makefile
+++ b/japanese/today/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 June 1996
# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
#
-# $Id: Makefile,v 1.1.1.2 1996/11/10 12:40:13 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:30:48 asami Exp $
#
DISTNAME= td210bs
@@ -44,6 +44,6 @@ post-extract:
pre-patch:
@echo "===> Installing custom Makefile for ${DISTNAME}"
- @(cp ${FILESDIR}/Makefile ${WRKSRC})
+ @(${CP} ${FILESDIR}/Makefile ${WRKSRC})
.include <bsd.port.mk>