- Add staging support
PR: ports/183138 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
This commit is contained in:
parent
adb4eb08f9
commit
9143eba385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331095
2 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,4 @@ LICENSE_COMB= dual
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= POSIX::strptime.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime/strptime.so
|
||||
%%PERL5_MAN3%%/POSIX::strptime.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/strptime
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX
|
||||
|
|
Loading…
Reference in a new issue