diff options
author | vg <vg@FreeBSD.org> | 2014-06-30 23:38:43 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2014-06-30 23:38:43 +0800 |
commit | 7834951314827ba8eaf09d5f179058470f79e585 (patch) | |
tree | 8c5f2eaa25251a0c6052d285c724c079dc579f01 /graphics | |
parent | 6f7ad32d7d2147e15ba32e71c78029a4b6a28358 (diff) | |
download | freebsd-ports-gnome-7834951314827ba8eaf09d5f179058470f79e585.tar.gz freebsd-ports-gnome-7834951314827ba8eaf09d5f179058470f79e585.tar.zst freebsd-ports-gnome-7834951314827ba8eaf09d5f179058470f79e585.zip |
- Support staging
Submitted by: myself
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/impressive/Makefile | 15 | ||||
-rw-r--r-- | graphics/impressive/pkg-descr | 2 |
2 files changed, 7 insertions, 10 deletions
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 21c1e6e9f844..3fcb8582d7cb 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -24,24 +24,21 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl \ USE_PYTHON= yes USE_GHOSTSCRIPT_RUN= yes NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} - -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz PORTDOCS= ${PORTNAME}.html demo.pdf -NO_STAGE= yes - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/graphics/impressive/pkg-descr b/graphics/impressive/pkg-descr index f3af0e46fed9..63c263068e3b 100644 --- a/graphics/impressive/pkg-descr +++ b/graphics/impressive/pkg-descr @@ -3,4 +3,4 @@ Smooth alpha-blended slide transitions are provided for the sake of eye candy, but in addition to this, Impressive offers some unique tools that are very useful for presentations. -WWW: http://impressive.sourceforge.net/ +WWW: http://impressive.sourceforge.net/ |