mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support staging.
This commit is contained in:
parent
d93e8fdbfd
commit
25b17644de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342790
2 changed files with 2 additions and 4 deletions
|
@ -25,10 +25,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= svm.1
|
||||
MAN3= SVN::Mirror.3
|
||||
|
||||
NO_STAGE= yes
|
||||
regression-test:
|
||||
cd ${WRKSRC} && ${MAKE} test
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
bin/svm
|
||||
man/man1/svm.1.gz
|
||||
%%PERL5_MAN3%%/SVN::Mirror.3.gz
|
||||
%%SITE_PERL%%/SVN/Mirror.pm
|
||||
%%SITE_PERL%%/SVN/Mirror/Ra.pm
|
||||
%%SITE_PERL%%/SVN/Mirror/Git.pm
|
||||
|
|
Loading…
Add table
Reference in a new issue