Date: Mon, 16 Jun 2014 15:02:04 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358013 - head/graphics/xfractint Message-ID: <201406161502.s5GF24Ww052886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Jun 16 15:02:03 2014 New Revision: 358013 URL: http://svnweb.freebsd.org/changeset/ports/358013 QAT: https://qat.redports.org/buildarchive/r358013/ Log: Stagify. Approved by: portmgr@ Modified: head/graphics/xfractint/Makefile head/graphics/xfractint/pkg-plist Modified: head/graphics/xfractint/Makefile ============================================================================== --- head/graphics/xfractint/Makefile Mon Jun 16 14:58:52 2014 (r358012) +++ head/graphics/xfractint/Makefile Mon Jun 16 15:02:03 2014 (r358013) @@ -16,11 +16,8 @@ USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} -MAN1= ${PORTNAME}.1 - DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 @@ -28,13 +25,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-unix__ .endif do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${PREFIX}/bin/${PORTNAME} - @${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${PREFIX}/man/man1/${MAN1} - @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/sstools.ini ${DATADIR} + @${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1} + @${MKDIR} ${STAGEDIR}${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR} .for dir in formulas ifs lsystem maps pars - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor .include <bsd.port.post.mk> Modified: head/graphics/xfractint/pkg-plist ============================================================================== --- head/graphics/xfractint/pkg-plist Mon Jun 16 14:58:52 2014 (r358012) +++ head/graphics/xfractint/pkg-plist Mon Jun 16 15:02:03 2014 (r358013) @@ -1,4 +1,5 @@ bin/xfractint +man/man1/xfractint.man.gz %%DATADIR%%/fractint.hlp %%DATADIR%%/sstools.ini %%DATADIR%%/formulas/fract001.frm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161502.s5GF24Ww052886>