diff options
author | marino <marino@FreeBSD.org> | 2013-07-23 02:57:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-23 02:57:44 +0800 |
commit | 27e696d518274ac9d1807d7648912fce55b4f2a5 (patch) | |
tree | 3e9bf7f299b1892f0cd341253dd77e22dda7e5b4 /games/ggz-sdl-games | |
parent | 055001df4200fcfa6127aaf515edb8a77e6ef735 (diff) | |
download | freebsd-ports-gnome-27e696d518274ac9d1807d7648912fce55b4f2a5.tar.gz freebsd-ports-gnome-27e696d518274ac9d1807d7648912fce55b4f2a5.tar.zst freebsd-ports-gnome-27e696d518274ac9d1807d7648912fce55b4f2a5.zip |
games/*ggz*: Convert include from absolute to relative path
In certain build setups, the use of an absolute path will cause the
build to break.
Approved by: bapt (mentor)
Diffstat (limited to 'games/ggz-sdl-games')
-rw-r--r-- | games/ggz-sdl-games/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/ggz-sdl-games/Makefile b/games/ggz-sdl-games/Makefile index 9923211c6017..f94226c3fbe3 100644 --- a/games/ggz-sdl-games/Makefile +++ b/games/ggz-sdl-games/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ggz-sdl-games -# Date created: Nov 7, 2005 -# Whom: yinjieh -# +# Created by: yinjieh # $FreeBSD$ -# PORTNAME= ggz-sdl-games PORTVERSION= ${GGZ_VERSION} @@ -27,6 +22,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/geekgame/module.dsc ${PREFIX}/share/ggz/geekgame.dsc ${INSTALL_DATA} ${WRKSRC}/ttt3d/module.dsc ${PREFIX}/share/ggz/ttt3d.dsc -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../libggz/bsd.ggz.mk" +.include <bsd.port.mk> |