Date: Tue, 21 Jan 2014 19:51:08 +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: r340643 - head/graphics/duhdraw Message-ID: <201401211951.s0LJp8mh029371@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 21 19:51:08 2014 New Revision: 340643 URL: http://svnweb.freebsd.org/changeset/ports/340643 QAT: https://qat.redports.org/buildarchive/r340643/ Log: Stage support Modified: head/graphics/duhdraw/Makefile Modified: head/graphics/duhdraw/Makefile ============================================================================== --- head/graphics/duhdraw/Makefile Tue Jan 21 19:48:47 2014 (r340642) +++ head/graphics/duhdraw/Makefile Tue Jan 21 19:51:08 2014 (r340643) @@ -7,19 +7,18 @@ CATEGORIES= graphics MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/duhdraw/ MAINTAINER= ports@FreeBSD.org -COMMENT= An ANSI graphic drawing program +COMMENT= ANSI graphic drawing program MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/ansi bin/ansitoc bin/duhdraw -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/<malloc.h>/d' ${WRKSRC}/duhdraw.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ansi ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/ansitoc ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/duhdraw ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ansi ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ansitoc ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/duhdraw ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211951.s0LJp8mh029371>