diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-11 09:34:05 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-11 09:34:05 +0800 |
commit | 7bff75b03e3e041fac46101844949c7f5575856a (patch) | |
tree | 956fcdce5785d8ab1d26e376e7a14b85ef6fed12 /games | |
parent | e52a572217d606aefd2631eb42e3d08b3993f3d0 (diff) | |
download | freebsd-ports-gnome-7bff75b03e3e041fac46101844949c7f5575856a.tar.gz freebsd-ports-gnome-7bff75b03e3e041fac46101844949c7f5575856a.tar.zst freebsd-ports-gnome-7bff75b03e3e041fac46101844949c7f5575856a.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/starlanes/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile index ead560557eac..86cfc9b47743 100644 --- a/games/starlanes/Makefile +++ b/games/starlanes/Makefile @@ -9,10 +9,8 @@ MASTER_SITES= SUNSITE/games/strategy MAINTAINER= ports@FreeBSD.org COMMENT= Classic space-age stock trading game -MAN6= starlanes.6 -PLIST_FILES= bin/starlanes +PLIST_FILES= bin/starlanes man/man6/starlanes.6.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's| restrict| m_restrict| ; \ @@ -23,7 +21,7 @@ do-build: && ${CC} ${CFLAGS} -o starlanes starlanes.c -lcurses) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} starlanes ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${MAN6PREFIX}/man/man6) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} starlanes ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${STAGEDIR}${MAN6PREFIX}/man/man6) .include <bsd.port.mk> |