diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 10:28:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 10:28:01 +0000 |
commit | 46fcc2166bb9297290296b078bca17bfed68259f (patch) | |
tree | c97faea086235af97d01a1d2555d798b1485a27f /games/rtb | |
parent | 68bcca922028731f7200fc5392c87a226b6eddb2 (diff) | |
download | ports-46fcc2166bb9297290296b078bca17bfed68259f.tar.gz ports-46fcc2166bb9297290296b078bca17bfed68259f.zip |
Handle includes properly.
Notes
Notes:
svn path=/head/; revision=123552
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile index 84d1f0f8ba5c..350acafcbd97 100644 --- a/games/rtb/Makefile +++ b/games/rtb/Makefile @@ -48,4 +48,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/RealTimeBattle.txt ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |