diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-04 10:04:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-04 10:04:36 +0000 |
commit | 751a221bb645c0f05755d86a097742b9dcca2753 (patch) | |
tree | 8df784b26c4a1056c55a5ab403ce0b1aca98297d /games | |
parent | Oh please, don't put the name of the port in the beginning of this file. (diff) |
Fix typo in $Id$ (was "$Id:")
Use ${LOCALBASE}, not /usr/local.
Notes
Notes:
svn path=/head/; revision=4290
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 4 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 4 | ||||
-rw-r--r-- | games/crossfire/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index ce3fe65b6432..8415d56d8c57 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: +# $Id$ # DISTNAME= crossfire-0.92.8 @@ -43,7 +43,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 USE_IMAKE= yes -PREFIX= /usr/local # don't use /usr/X11R6 +PREFIX= ${LOCALBASE} # don't use /usr/X11R6 CFDIR= ${PREFIX}/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index ce3fe65b6432..8415d56d8c57 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: +# $Id$ # DISTNAME= crossfire-0.92.8 @@ -43,7 +43,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 USE_IMAKE= yes -PREFIX= /usr/local # don't use /usr/X11R6 +PREFIX= ${LOCALBASE} # don't use /usr/X11R6 CFDIR= ${PREFIX}/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index ce3fe65b6432..8415d56d8c57 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: +# $Id$ # DISTNAME= crossfire-0.92.8 @@ -43,7 +43,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 USE_IMAKE= yes -PREFIX= /usr/local # don't use /usr/X11R6 +PREFIX= ${LOCALBASE} # don't use /usr/X11R6 CFDIR= ${PREFIX}/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH |