aboutsummaryrefslogtreecommitdiff
path: root/games/awele
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:04:08 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:04:08 +0000
commitd6cc7c671a153126df241c2b805fc8e4cec7ae96 (patch)
treed5a5e644cbe1715b81493f2f6ca051544b98527f /games/awele
parentb4e27389274068508f40d4d9efb107cf97ea7869 (diff)
downloadports-d6cc7c671a153126df241c2b805fc8e4cec7ae96.tar.gz
ports-d6cc7c671a153126df241c2b805fc8e4cec7ae96.zip
Escape the '@' character so perl in -current doesn't choke.
Notes
Notes: svn path=/head/; revision=13483
Diffstat (limited to 'games/awele')
-rw-r--r--games/awele/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile
index 1482f16f5090..98fcce966e4a 100644
--- a/games/awele/Makefile
+++ b/games/awele/Makefile
@@ -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