mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build
With hat: portmgr (was wreaking havoc on pointyhat)
This commit is contained in:
parent
601248d5d2
commit
ae9f81062f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206498
2 changed files with 2 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= Tie-TinyURL
|
PORTNAME= Tie-TinyURL
|
||||||
PORTVERSION= 0.02
|
PORTVERSION= 0.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -19,6 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
MAN3= Tie::TinyURL.3
|
MAN3= Tie::TinyURL.3
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
%%SITE_PERL%%/Tie/TinyURL.pm
|
%%SITE_PERL%%/Tie/TinyURL.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/TinyURL/.packlist
|
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/TinyURL
|
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
|
||||||
@dirrmtry %%SITE_PERL%%/Tie
|
@dirrmtry %%SITE_PERL%%/Tie
|
||||||
|
|
Loading…
Add table
Reference in a new issue