diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 16:21:08 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 16:21:08 +0000 |
commit | 458f837d3b0f64a2b1dfb11ed1083bced58a552d (patch) | |
tree | 8ac11e914d693e4fff0904261fdcded85416c2b7 /games/columns | |
parent | 4bcd4eb07ff9be8321e33a6391b6c1700e9a148d (diff) | |
download | ports-458f837d3b0f64a2b1dfb11ed1083bced58a552d.tar.gz ports-458f837d3b0f64a2b1dfb11ed1083bced58a552d.zip |
Notes
Diffstat (limited to 'games/columns')
-rw-r--r-- | games/columns/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/columns/Makefile b/games/columns/Makefile index a3d8d812e838..4878380e0d0c 100644 --- a/games/columns/Makefile +++ b/games/columns/Makefile @@ -13,6 +13,8 @@ DISTNAME= Columns-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nice little implementation of columns game for X Window System +LICENSE= GPLv2 + USE_SDL= sdl GNU_CONFIGURE= yes @@ -21,13 +23,11 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> +post-configure: + @${REINPLACE_CMD} -e '/chmod 0666/d' ${WRKSRC}/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |