- Add LICENSE_FILE

- Remove bogus USES=tar:xz
- Switch to options helpers

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-09-01 14:09:51 +00:00
parent 3cc2f28343
commit e7cebf7128

View file

@ -10,8 +10,7 @@ MAINTAINER= rene@FreeBSD.org
COMMENT= Optimizing BrainF*ck to C compiler
LICENSE= BSD2CLAUSE
USES= tar:xz
LICENSE_FILE= ${WRKSRC}/LICENSE
PATCH_STRIP= -p1
USE_GITHUB= yes
@ -25,8 +24,8 @@ PORTDOCS= README.md
PLIST_FILES= bin/bf2c bin/gen_bf
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor