summaryrefslogtreecommitdiff
path: root/graphics/duhdraw
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:51:08 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-21 19:51:08 +0000
commit5f6ff66f545119640525a222d9e46abcba9d1a29 (patch)
tree5042b006a02b9e57b47dc9a99ad1d018cb384d28 /graphics/duhdraw
parentStage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=340643
Diffstat (limited to 'graphics/duhdraw')
-rw-r--r--graphics/duhdraw/Makefile9
1 files changed, 4 insertions, 5 deletions
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 '/<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>