Add stage support to devel/svn2git.
This commit is contained in:
parent
4b767e13dd
commit
86a5201c7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332616
1 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@ FREEBSD_REPO_DESC= FreeBSD-repo only mode
|
|||
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue