diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 12:03:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 12:03:05 +0000 |
commit | 2318652c891cac1dc755f5055bd013c42334252c (patch) | |
tree | 199f251059fe72df3e8502af0623364e040d4c7a | |
parent | - Integrate with "doom-data". (diff) |
[UPDATE] games/meqcc: integrate with "games/quake-source"
PR: ports/86171
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=148594
-rw-r--r-- | games/meqcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/meqcc/Makefile b/games/meqcc/Makefile index c0302129a242..45197a8b92c7 100644 --- a/games/meqcc/Makefile +++ b/games/meqcc/Makefile @@ -36,4 +36,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/[^g]*.txt ${DOCSDIR} .endif +.include "${.CURDIR}/../quake-source/Makefile.include" + .include <bsd.port.mk> |