1
0
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:
Steve Price 1998-10-04 22:34:13 +00:00
parent 72c0c2273e
commit fb24635100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13635

View File

@ -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