aboutsummaryrefslogtreecommitdiff
path: root/games/xscrabble
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:29:43 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:29:43 +0000
commitdf82e0b99765753115a5cf360e694c61ad22a7a7 (patch)
treec2d9c63ab670fefd3f72433b72530e1257e761de /games/xscrabble
parentc2b879eee3cc6852848066efde2f34fe844ee620 (diff)
downloadports-df82e0b99765753115a5cf360e694c61ad22a7a7.tar.gz
ports-df82e0b99765753115a5cf360e694c61ad22a7a7.zip
Escape the '@' character so that perl in -current doesn't choke.
Notes
Notes: svn path=/head/; revision=13502
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
index 8e448a998ea5..79dd063914f1 100644
--- a/games/xscrabble/Makefile
+++ b/games/xscrabble/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 July 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1998/09/15 11:13:18 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/17 00:32:39 asami Exp $
#
DISTNAME= xscrabble
@@ -19,9 +19,9 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-patch:
- @/usr/bin/perl -pi.bak -e "s|@XSCRABBLEDIR@|${PREFIX}/lib/X11/xscrabble|;" \
+ @/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
${WRKSRC}/Imakefile
- @/usr/bin/perl -pi.bak -e "s|@XSCRABBLEDIR@|${PREFIX}/lib/X11/xscrabble|;" \
+ @/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
${WRKSRC}/XScrabble.ad
.include <bsd.port.mk>