diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:05:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-20 18:05:40 +0000 |
commit | ee38b3ca7baebb3db99c989e4bd4cca91e36d7d7 (patch) | |
tree | 9832d82c49bbd4378af6d37696967e2f8bb1df6f /japanese/nkf | |
parent | ccecf5fc352c2554b8ecaa7ee76780909e81da8e (diff) |
Notes
Diffstat (limited to 'japanese/nkf')
-rw-r--r-- | japanese/nkf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 3ca8c42dc808..97a701135546 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -3,7 +3,7 @@ # Date created: 5 February 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/01 12:46:31 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/07 05:48:10 asami Exp $ # DISTNAME= nkf-1.5pl1 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://www.hitachi-sk.co.jp/pub/Japanese/filter/ MAINTAINER= asami@FreeBSD.ORG -pre-patch: ${PATCH_COOKIE} +pre-patch: @echo "===> Installing custom Makefile for ${DISTNAME}" @(cp ${FILESDIR}/Makefile ${WRKSRC}) |