- Add stage support
- Add LICENSE
This commit is contained in:
parent
4bcd4eb07f
commit
458f837d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332146
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue