diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 23:02:03 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 23:02:03 +0800 |
commit | 8e7eb505eabb47d9194af7fb413a5a66e206b475 (patch) | |
tree | ec4eefc4a889601e64bebf6e83fb424da6dbe500 /graphics | |
parent | eba9293a8ac9e9ec2f6cefab1f2d7fafa4589d28 (diff) | |
download | freebsd-ports-gnome-8e7eb505eabb47d9194af7fb413a5a66e206b475.tar.gz freebsd-ports-gnome-8e7eb505eabb47d9194af7fb413a5a66e206b475.tar.zst freebsd-ports-gnome-8e7eb505eabb47d9194af7fb413a5a66e206b475.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfractint/Makefile | 15 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> .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 <bsd.port.post.mk> 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 |