diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 13:08:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-03 13:08:20 +0000 |
commit | 5f30f5083e959bc43a43c5ddb1460c87e80ae7c8 (patch) | |
tree | 3c155081e1177400691313327fb908b9c8084ad4 /japanese/today | |
parent | 4e9dc29915c085acca021ce58e3f8dec6aadad3e (diff) | |
download | ports-5f30f5083e959bc43a43c5ddb1460c87e80ae7c8.tar.gz ports-5f30f5083e959bc43a43c5ddb1460c87e80ae7c8.zip |
Notes
Diffstat (limited to 'japanese/today')
-rw-r--r-- | japanese/today/Makefile | 4 |
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> |