diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-27 17:05:15 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-27 17:05:15 +0000 |
commit | 4a79e3f94cba24072c38f96db2deb8002ee85bfe (patch) | |
tree | f0b70151ca749e52f36ef51d18b34cf1e2d063ad /www/bkmrkconv | |
parent | 9d823abcefcb0805f30b2fb69677e5e9608c05dc (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=323797
Diffstat (limited to 'www/bkmrkconv')
-rw-r--r-- | www/bkmrkconv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/bkmrkconv/Makefile b/www/bkmrkconv/Makefile index 7b26807c3022..ee11a51ec751 100644 --- a/www/bkmrkconv/Makefile +++ b/www/bkmrkconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bkmrkconv -# Date created: 18 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# +# Created by: Will Andrews <andrews@technologist.com> # $FreeBSD$ -# PORTNAME= bkmrkconv PORTVERSION= 1.12 @@ -17,7 +13,7 @@ USE_PERL5= yes NO_BUILD= yes post-patch: - @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \ 's|/usr/bin/perl|${PERL}|g ; \ s|%%PREFIX%%|${PREFIX}|g' |