mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- fix pkg-plist
- add MAN1 in Makefile Noticed by: kris
This commit is contained in:
parent
e2795c43fe
commit
43a5155a65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123175
4 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= seq2svg.pl.1 genericseq.pl.1
|
||||
MAN3= UML::Sequence.3 \
|
||||
UML::Sequence::SimpleSeq.3 \
|
||||
UML::Sequence::Activation.3 \
|
||||
|
|
|
@ -15,7 +15,7 @@ bin/seq2svg.pl
|
|||
@dirrm %%SITE_PERL%%/UML/Sequence
|
||||
@dirrm %%SITE_PERL%%/UML
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UML/Sequence
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/UML/Sequence 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/UML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/UML/Sequence 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/UML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true
|
||||
|
|
|
@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= drawstatexml.pl.1 drawstate.pl.1
|
||||
MAN3= UML::drawstate.3 \
|
||||
UML::drawstatexml.3 \
|
||||
UML::State.3
|
||||
|
|
|
@ -6,5 +6,5 @@ bin/drawstate.pl
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UML/State/.packlist
|
||||
@dirrm %%SITE_PERL%%/UML
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/UML/State
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/UML/State 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/UML 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/UML 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue