svn commit: r345039 - head/devel/gdbmods

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 09:10:50 UTC 2014


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>


More information about the svn-ports-head mailing list