From 60500ca962a8fefe783dd4b3d430e510998c1b3b Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 16 Jun 2014 15:02:03 +0000 Subject: [PATCH] Stagify. Approved by: portmgr@ --- graphics/xfractint/Makefile | 15 ++++++--------- graphics/xfractint/pkg-plist | 1 + 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index b2ba9d25f2f0..6558f2981668 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -16,11 +16,8 @@ USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} -MAN1= ${PORTNAME}.1 - DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" -NO_STAGE= yes .include .if ${OSVERSION} < 800000 @@ -28,13 +25,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c .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 diff --git a/graphics/xfractint/pkg-plist b/graphics/xfractint/pkg-plist index 6c460c6b4322..243d69b7c332 100644 --- a/graphics/xfractint/pkg-plist +++ b/graphics/xfractint/pkg-plist @@ -1,4 +1,5 @@ bin/xfractint +man/man1/xfractint.man.gz %%DATADIR%%/fractint.hlp %%DATADIR%%/sstools.ini %%DATADIR%%/formulas/fract001.frm