diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 07:33:41 +0000 |
commit | 19ae251b54b068aae1520c17885ecae948e723bc (patch) | |
tree | e2c71147def7c03ff268350288657b4e7692d180 /japanese | |
parent | be856e74d2486c2042594b76c9cade12ee3f3c07 (diff) | |
download | ports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz ports-19ae251b54b068aae1520c17885ecae948e723bc.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tkhonyaku/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile index 462b63b8f08f..db06bb9ffec8 100644 --- a/japanese/tkhonyaku/Makefile +++ b/japanese/tkhonyaku/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tkhonyaku -# Date created: 10 July 2000 -# Whom: Daichi GOTO -# +# Created by: Daichi GOTO # $FreeBSD$ -# PORTNAME= tkhonyaku PORTVERSION= 1.8 @@ -22,7 +18,7 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: - ${PERL} -i -pe 's,/usr/local/tkhonyaku,${PREFIX}/tkhonyaku,g' \ + @${REINPLACE_CMD} -i '' -e 's|/usr/local/tkhonyaku|${PREFIX}/tkhonyaku|g' \ ${WRKSRC}/tkhonyaku ${WRKSRC}/tkhonyaku-readme do-install: |