Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 15:38:43 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359867 - head/graphics/impressive
Message-ID:  <201406301538.s5UFchUk059602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Mon Jun 30 15:38:43 2014
New Revision: 359867
URL: http://svnweb.freebsd.org/changeset/ports/359867
QAT: https://qat.redports.org/buildarchive/r359867/

Log:
  - Support staging
  
  Submitted by:	myself

Modified:
  head/graphics/impressive/Makefile
  head/graphics/impressive/pkg-descr

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Mon Jun 30 15:33:35 2014	(r359866)
+++ head/graphics/impressive/Makefile	Mon Jun 30 15:38:43 2014	(r359867)
@@ -24,24 +24,21 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}open
 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>

Modified: head/graphics/impressive/pkg-descr
==============================================================================
--- head/graphics/impressive/pkg-descr	Mon Jun 30 15:33:35 2014	(r359866)
+++ head/graphics/impressive/pkg-descr	Mon Jun 30 15:38:43 2014	(r359867)
@@ -3,4 +3,4 @@ Smooth alpha-blended slide transitions a
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301538.s5UFchUk059602>