svn commit: r456607 - head/graphics/cbview

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 18 10:50:03 UTC 2017


Author: amdmi3
Date: Mon Dec 18 10:50:02 2017
New Revision: 456607
URL: https://svnweb.freebsd.org/changeset/ports/456607

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/graphics/cbview/Makefile

Modified: head/graphics/cbview/Makefile
==============================================================================
--- head/graphics/cbview/Makefile	Mon Dec 18 10:48:54 2017	(r456606)
+++ head/graphics/cbview/Makefile	Mon Dec 18 10:50:02 2017	(r456607)
@@ -11,23 +11,26 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Viewer/converter for CBR/CBZ comic book archives
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	unrar:archivers/unrar \
 		p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
 		p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 SHEBANG_FILES=	${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
-
 PORTDOCS=	Changes README TODO
+
 OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list