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 /korean | |
parent | be856e74d2486c2042594b76c9cade12ee3f3c07 (diff) |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Notes
Notes:
svn path=/head/; revision=323702
Diffstat (limited to 'korean')
-rw-r--r-- | korean/eterm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index 9d1ed967bd80..a462b84a2f4e 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ko-eterm-0.8.9 -# Date created: 8 Jun 1999 -# Whom: Oh Junseon <hollywar@mail.holywar.net> -# +# Created by: Oh Junseon <hollywar@mail.holywar.net> # $FreeBSD$ -# PORTNAME= eterm PORTVERSION= 0.8.9 @@ -36,7 +32,7 @@ BROKEN= fails to build with new utmpx .endif pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -i '' -e 's|<malloc.h>|<stdlib.h>|' \ ${WRKSRC}/libmej/debug.c ${WRKSRC}/libmej/strings.c post-install: |