- Stage support
This commit is contained in:
parent
571d6a7211
commit
03d992e9a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343888
2 changed files with 11 additions and 13 deletions
|
@ -20,17 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= aftsms.1 \
|
||||
o2sms.1 \
|
||||
meteorsms.1 \
|
||||
threesms.1 \
|
||||
vodasms.1
|
||||
MAN3= WWW::SMS::IE::aftsms.3 \
|
||||
WWW::SMS::IE::iesms.3 \
|
||||
WWW::SMS::IE::o2sms.3 \
|
||||
WWW::SMS::IE::meteorsms.3 \
|
||||
WWW::SMS::IE::threesms.3 \
|
||||
WWW::SMS::IE::vodasms.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,6 +15,17 @@ bin/vodasms
|
|||
%%SITE_PERL%%/WWW/SMS/IE/threesms.pm
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.action
|
||||
%%SITE_PERL%%/WWW/SMS/IE/vodasms.pm
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::aftsms.3.gz
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::iesms.3.gz
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::meteorsms.3.gz
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::o2sms.3.gz
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::threesms.3.gz
|
||||
%%PERL5_MAN3%%/WWW::SMS::IE::vodasms.3.gz
|
||||
man/man1/aftsms.1.gz
|
||||
man/man1/meteorsms.1.gz
|
||||
man/man1/o2sms.1.gz
|
||||
man/man1/threesms.1.gz
|
||||
man/man1/vodasms.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms
|
||||
@dirrm %%SITE_PERL%%/WWW/SMS/IE
|
||||
@dirrmtry %%SITE_PERL%%/WWW/SMS
|
||||
|
|
Loading…
Reference in a new issue