Date: Mon, 20 Jan 2014 20:35:51 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340467 - head/cad/dxf2fig Message-ID: <201401202035.s0KKZpp0061223@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 20 20:35:51 2014 New Revision: 340467 URL: http://svnweb.freebsd.org/changeset/ports/340467 QAT: https://qat.redports.org/buildarchive/r340467/ Log: Stage support Modified: head/cad/dxf2fig/Makefile Modified: head/cad/dxf2fig/Makefile ============================================================================== --- head/cad/dxf2fig/Makefile Mon Jan 20 20:33:59 2014 (r340466) +++ head/cad/dxf2fig/Makefile Mon Jan 20 20:35:51 2014 (r340467) @@ -11,7 +11,6 @@ COMMENT= DXF to FIG converter PLIST_FILES= bin/dxf2fig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \ s|-O -s||g ; \ @@ -19,6 +18,6 @@ post-patch: s|-L|#-L|' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202035.s0KKZpp0061223>