mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Escape the '@' character so perl in -current doesn't choke.
This commit is contained in:
parent
b4e2738927
commit
d6cc7c671a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13483
@ -3,7 +3,7 @@
|
||||
# Date created: 01 May 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/05/05 08:00:27 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= awele
|
||||
@ -19,7 +19,7 @@ NO_INSTALL_MANPAGES= yes
|
||||
MAN6= xawele.6
|
||||
|
||||
post-patch:
|
||||
@/usr/bin/perl -pi -e "s|@@LOCALBASE@@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
|
||||
@/usr/bin/perl -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/xawele.man ${PREFIX}/man/man6/xawele.6
|
||||
|
Loading…
Reference in New Issue
Block a user