mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Escape the '@' character so perl in -current doesn't choke.
This commit is contained in:
parent
72c0c2273e
commit
fb24635100
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13635
@ -3,7 +3,7 @@
|
||||
# Date created: 13 Dec 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1997/12/15 08:44:23 tg Exp $
|
||||
# $Id: Makefile,v 1.2 1998/06/27 05:19:16 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= acron
|
||||
@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@/usr/bin/perl -pi -e "s|@@PREFIX@@|${PREFIX}|g;" ${WRKSRC}/whats
|
||||
@/usr/bin/perl -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user