svn commit: r342598 - in branches/2014Q1/print/ansiprint: . files

Pawel Pekala pawel at FreeBSD.org
Tue Feb 4 19:37:13 UTC 2014


Author: pawel
Date: Tue Feb  4 19:37:12 2014
New Revision: 342598
URL: http://svnweb.freebsd.org/changeset/ports/342598
QAT: https://qat.redports.org/buildarchive/r342598/

Log:
  MFH: r342590
  
  - Fix build with clang [1]
  - Support stage
  
  PR:		ports/182043 [1]
  Submitted by:	maintainer
  Approved by:	portmgr (erwin)

Added:
  branches/2014Q1/print/ansiprint/files/
     - copied from r342590, head/print/ansiprint/files/
Modified:
  branches/2014Q1/print/ansiprint/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/print/ansiprint/Makefile
==============================================================================
--- branches/2014Q1/print/ansiprint/Makefile	Tue Feb  4 19:34:34 2014	(r342597)
+++ branches/2014Q1/print/ansiprint/Makefile	Tue Feb  4 19:37:12 2014	(r342598)
@@ -14,7 +14,6 @@ PLIST_FILES=		bin/${PORTNAME}
 
 CXXFLAGS+=		-Wno-deprecated
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} ${WRKSRC}/Makefile
 
@@ -22,6 +21,6 @@ do-build:
 	cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list