diff options
author | asami <asami@FreeBSD.org> | 1996-11-04 10:04:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-04 10:04:36 +0000 |
commit | f1e2f40467bf859c9f747f9a8d2b50c3b68befa7 (patch) | |
tree | 313bdb10c427bde399540d333bc9e174007b82e7 /games/crossfire | |
parent | 28330bfbee65f4414fa2b2ff5982a7319aef86a3 (diff) | |
download | FreeBSD-ports-f1e2f40467bf859c9f747f9a8d2b50c3b68befa7.zip FreeBSD-ports-f1e2f40467bf859c9f747f9a8d2b50c3b68befa7.tar.gz |
Fix typo in $Id$ (was "$Id:")
Use ${LOCALBASE}, not /usr/local.
Diffstat (limited to 'games/crossfire')
-rw-r--r-- | games/crossfire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index ce3fe65..8415d56 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 |