summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-12-05 04:31:30 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-12-05 04:31:30 +0000
commit43a5155a656a23c96934328c9c0ff4efc0f65e6c (patch)
tree3a2a026fbba42f2e07ea609b84ae43aa6bf5c814 /textproc
parent- fix pkg-plist (diff)
- fix pkg-plist
- add MAN1 in Makefile Noticed by: kris
Notes
Notes: svn path=/head/; revision=123175
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-UML-Sequence/Makefile1
-rw-r--r--textproc/p5-UML-Sequence/pkg-plist2
-rw-r--r--textproc/p5-UML-State/Makefile1
-rw-r--r--textproc/p5-UML-State/pkg-plist2
4 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-UML-Sequence/Makefile b/textproc/p5-UML-Sequence/Makefile
index cd2a194c7882..f106619140d4 100644
--- a/textproc/p5-UML-Sequence/Makefile
+++ b/textproc/p5-UML-Sequence/Makefile
@@ -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 \
diff --git a/textproc/p5-UML-Sequence/pkg-plist b/textproc/p5-UML-Sequence/pkg-plist
index f7fab630d585..0f2229cb3dd7 100644
--- a/textproc/p5-UML-Sequence/pkg-plist
+++ b/textproc/p5-UML-Sequence/pkg-plist
@@ -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
diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile
index 0b265f1e95a3..91f353048d9e 100644
--- a/textproc/p5-UML-State/Makefile
+++ b/textproc/p5-UML-State/Makefile
@@ -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
diff --git a/textproc/p5-UML-State/pkg-plist b/textproc/p5-UML-State/pkg-plist
index 6996385e78cd..7222c8ad94d1 100644
--- a/textproc/p5-UML-State/pkg-plist
+++ b/textproc/p5-UML-State/pkg-plist
@@ -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