Date: Wed, 12 Jul 2017 09:00:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445576 - head/graphics/impressive Message-ID: <201707120900.v6C90MrN077976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 12 09:00:21 2017 New Revision: 445576 URL: https://svnweb.freebsd.org/changeset/ports/445576 Log: - Pet portlint - Fix shebangs - Unsilence installation commands Approved by: portmgr blanket Modified: head/graphics/impressive/Makefile Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Wed Jul 12 07:27:43 2017 (r445575) +++ head/graphics/impressive/Makefile Wed Jul 12 09:00:21 2017 (r445576) @@ -3,13 +3,13 @@ PORTNAME= impressive PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} MAINTAINER= vg@FreeBSD.org -COMMENT= The stylish way of giving presentations +COMMENT= Stylish way of giving presentations LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt @@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphi xdg-open:devel/xdg-utils \ mplayer:multimedia/mplayer -USES= ghostscript:run python +USES= ghostscript:run python shebangfix +SHEBANG_FILES= impressive.py USE_SDL= sdl NO_BUILD= yes NO_ARCH= yes @@ -33,8 +34,8 @@ PORTDOCS= ${PORTNAME}.html demo.pdf OPTIONS_DEFINE= DOCS do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707120900.v6C90MrN077976>