Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 12:16:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343055 - head/devel/pasm
Message-ID:  <201402061216.s16CGNSN013634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  6 12:16:23 2014
New Revision: 343055
URL: http://svnweb.freebsd.org/changeset/ports/343055
QAT: https://qat.redports.org/buildarchive/r343055/

Log:
  - Stage support

Modified:
  head/devel/pasm/Makefile

Modified: head/devel/pasm/Makefile
==============================================================================
--- head/devel/pasm/Makefile	Thu Feb  6 12:16:22 2014	(r343054)
+++ head/devel/pasm/Makefile	Thu Feb  6 12:16:23 2014	(r343055)
@@ -14,13 +14,12 @@ LICENSE_FILE=	${WRKSRC}/pru_sw/utils/LIC
 WRKSRC=		${WRKDIR}/am335x_pru_package-${PORTNAME}-${PORTVERSION}
 PLIST_FILES=	bin/pasm
 
-NO_STAGE=	yes
 do-build:
 	(cd ${WRKSRC}/pru_sw/utils/pasm_source && \
 		${CC} ${CFLAGS} -D_UNIX_ pasm.c pasmpp.c pasmexp.c pasmop.c \
 		pasmdot.c pasmstruct.c pasmmacro.c -o pasm)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pru_sw/utils/pasm_source/pasm ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/pru_sw/utils/pasm_source/pasm ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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