- fix pkg-plist

- add MAN1 in Makefile

Noticed by:	kris
This commit is contained in:
Cheng-Lung Sung 2004-12-05 04:31:30 +00:00
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

View file

@ -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 \

View file

@ -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

View file

@ -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

View file

@ -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