diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /games/rt2-demo | |
parent | 5d73417db4efc2f662a4a1403544df68f7a88247 (diff) | |
download | ports-e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458.tar.gz ports-e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458.zip |
Notes
Diffstat (limited to 'games/rt2-demo')
-rw-r--r-- | games/rt2-demo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rt2-demo/Makefile b/games/rt2-demo/Makefile index 8ea4735c9423..bd99ff6d6bf1 100644 --- a/games/rt2-demo/Makefile +++ b/games/rt2-demo/Makefile @@ -19,7 +19,7 @@ COMMENT= The free demo of Railroad Tycoon II NO_WRKSUBDIR= yes NO_BUILD= yes -USE_LINUX= yes +USE_LINUX?= yes do-install: @${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR} |