svn commit: r340643 - head/graphics/duhdraw

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 19:51:08 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list