From 5f6ff66f545119640525a222d9e46abcba9d1a29 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 21 Jan 2014 19:51:08 +0000 Subject: Stage support --- graphics/duhdraw/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'graphics/duhdraw') diff --git a/graphics/duhdraw/Makefile b/graphics/duhdraw/Makefile index da0cc032ad31..ef0e25306cbd 100644 --- a/graphics/duhdraw/Makefile +++ b/graphics/duhdraw/Makefile @@ -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 '//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 -- cgit v1.2.3