aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-31 00:21:08 +0800
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-31 00:21:08 +0800
commit458f837d3b0f64a2b1dfb11ed1083bced58a552d (patch)
tree8ac11e914d693e4fff0904261fdcded85416c2b7
parent4bcd4eb07ff9be8321e33a6391b6c1700e9a148d (diff)
downloadfreebsd-ports-gnome-458f837d3b0f64a2b1dfb11ed1083bced58a552d.tar.gz
freebsd-ports-gnome-458f837d3b0f64a2b1dfb11ed1083bced58a552d.tar.zst
freebsd-ports-gnome-458f837d3b0f64a2b1dfb11ed1083bced58a552d.zip
- Add stage support
- Add LICENSE
-rw-r--r--games/columns/Makefile12
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>