Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 19:37:12 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r342598 - in branches/2014Q1/print/ansiprint: . files
Message-ID:  <201402041937.s14JbCRP022184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041937.s14JbCRP022184>