mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support
This commit is contained in:
parent
766fba17ef
commit
736a022e90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341861
@ -17,10 +17,6 @@ RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
|||||||
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
NO_STAGE= yes
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= musicmpdscrobble.1
|
|
||||||
MAN3= Music::Audioscrobbler::MPD.3
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
bin/musicmpdscrobble
|
bin/musicmpdscrobble
|
||||||
%%SITE_PERL%%/Music/Audioscrobbler/MPD.pm
|
%%SITE_PERL%%/Music/Audioscrobbler/MPD.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler/MPD/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler/MPD/.packlist
|
||||||
|
%%PERL5_MAN3%%/Music::Audioscrobbler::MPD.3.gz
|
||||||
|
man/man1/musicmpdscrobble.1.gz
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler/MPD
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler/MPD
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music/Audioscrobbler
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Music
|
||||||
|
@ -21,7 +21,4 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= twitmail.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
bin/twitmail
|
bin/twitmail
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/twitmail/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/twitmail/.packlist
|
||||||
|
man/man1/twitmail.1.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/twitmail
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/twitmail
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||||
|
Loading…
Reference in New Issue
Block a user