svn commit: r332616 - head/devel/svn2git

David Naylor dbn at FreeBSD.org
Sun Nov 3 15:14:01 UTC 2013


Author: dbn
Date: Sun Nov  3 15:14:00 2013
New Revision: 332616
URL: http://svnweb.freebsd.org/changeset/ports/332616

Log:
  Add stage support to devel/svn2git.

Modified:
  head/devel/svn2git/Makefile

Modified: head/devel/svn2git/Makefile
==============================================================================
--- head/devel/svn2git/Makefile	Sun Nov  3 15:07:39 2013	(r332615)
+++ head/devel/svn2git/Makefile	Sun Nov  3 15:14:00 2013	(r332616)
@@ -24,7 +24,6 @@ FREEBSD_REPO_DESC=	FreeBSD-repo only mod
 
 PLIST_FILES=	bin/svn2git
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFREEBSD_REPO}
@@ -38,6 +37,6 @@ do-configure:
 	(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} fast-export2.pro)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/svn2git ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/svn2git ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list