svn commit: r421222 - head/lang/bf2c

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 1 14:09:52 UTC 2016


Author: amdmi3
Date: Thu Sep  1 14:09:51 2016
New Revision: 421222
URL: https://svnweb.freebsd.org/changeset/ports/421222

Log:
  - Add LICENSE_FILE
  - Remove bogus USES=tar:xz
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/lang/bf2c/Makefile

Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile	Thu Sep  1 14:08:05 2016	(r421221)
+++ head/lang/bf2c/Makefile	Thu Sep  1 14:09:51 2016	(r421222)
@@ -10,8 +10,7 @@ MAINTAINER=	rene at 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


More information about the svn-ports-head mailing list