svn commit: r358013 - head/graphics/xfractint

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 16 15:02:04 UTC 2014


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


More information about the svn-ports-all mailing list