diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:29:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:29:43 +0000 |
commit | df82e0b99765753115a5cf360e694c61ad22a7a7 (patch) | |
tree | c2d9c63ab670fefd3f72433b72530e1257e761de /games/xscrabble | |
parent | c2b879eee3cc6852848066efde2f34fe844ee620 (diff) | |
download | ports-df82e0b99765753115a5cf360e694c61ad22a7a7.tar.gz ports-df82e0b99765753115a5cf360e694c61ad22a7a7.zip |
Notes
Diffstat (limited to 'games/xscrabble')
-rw-r--r-- | games/xscrabble/Makefile | 6 |
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> |