diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /games/stormbaancoureur | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) |
Notes
Diffstat (limited to 'games/stormbaancoureur')
-rw-r--r-- | games/stormbaancoureur/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/stormbaancoureur/Makefile b/games/stormbaancoureur/Makefile index 7fd6962796db..5939ec29e6ab 100644 --- a/games/stormbaancoureur/Makefile +++ b/games/stormbaancoureur/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sturmbahnfahrer -# Date created: 07 Sep 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= stormbaancoureur PORTVERSION= 2.1.5 @@ -27,18 +23,18 @@ INSTALL_WRKSRC= ${WRKSRC}/src-stormbaancoureur PORTDOCS= README -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|__DATADIR|"${DATADIR}"|' \ ${WRKSRC}/src-stormbaancoureur/main.cxx -.if !defined(NOPORTDOCS) post-install: +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |