svn commit: r341163 - head/textproc/dadadodo

Mathieu Arnold mat at FreeBSD.org
Sun Jan 26 12:08:07 UTC 2014


Author: mat
Date: Sun Jan 26 12:08:06 2014
New Revision: 341163
URL: http://svnweb.freebsd.org/changeset/ports/341163
QAT: https://qat.redports.org/buildarchive/r341163/

Log:
  Convert to staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/dadadodo/Makefile

Modified: head/textproc/dadadodo/Makefile
==============================================================================
--- head/textproc/dadadodo/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
+++ head/textproc/dadadodo/Makefile	Sun Jan 26 12:08:06 2014	(r341163)
@@ -11,11 +11,10 @@ COMMENT=	Text processor which analyses t
 
 PLIST_FILES=	bin/dadadodo
 
-NO_STAGE=	yes
 pre-patch:
 	${REINPLACE_CMD} -E "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list