aboutsummaryrefslogtreecommitdiff
path: root/graphics/impressive
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-12 09:00:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-12 09:00:21 +0000
commit61d925c1bfab60f13dd4efde8a94e86f05a9213b (patch)
tree127f047c86ac0f7af6e408727e9a0efbc1ccf9d6 /graphics/impressive
parent5535cd4684e08e96a5a842bd6b102d2262735a91 (diff)
downloadports-61d925c1bfab60f13dd4efde8a94e86f05a9213b.tar.gz
ports-61d925c1bfab60f13dd4efde8a94e86f05a9213b.zip
- Pet portlint
- Fix shebangs - Unsilence installation commands Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=445576
Diffstat (limited to 'graphics/impressive')
-rw-r--r--graphics/impressive/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index 7e01cb193bba..0cb025dd1088 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -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:graphics/py-PyOpenGL \
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}