Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 09:10:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345039 - head/devel/gdbmods
Message-ID:  <201402190910.s1J9Ano2042695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 19 09:10:49 2014
New Revision: 345039
URL: http://svnweb.freebsd.org/changeset/ports/345039
QAT: https://qat.redports.org/buildarchive/r345039/

Log:
  Support staging

Modified:
  head/devel/gdbmods/Makefile

Modified: head/devel/gdbmods/Makefile
==============================================================================
--- head/devel/gdbmods/Makefile	Wed Feb 19 09:10:01 2014	(r345038)
+++ head/devel/gdbmods/Makefile	Wed Feb 19 09:10:49 2014	(r345039)
@@ -15,8 +15,8 @@ COMMENT=	Wrapper for gdb -k to provide k
 NO_BUILD=	yes
 PLIST_FILES=	bin/gdbmods
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
+		${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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