diff options
author | clsung <clsung@FreeBSD.org> | 2004-12-05 12:31:30 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-12-05 12:31:30 +0800 |
commit | 0c5c299d3435135cd0db2841da555877e556545f (patch) | |
tree | e2979cec296373440007c1e58060bb8a7130fdd6 /textproc | |
parent | ca1c878acf6989e096ac1e13fc8d9187e41ed3a4 (diff) | |
download | freebsd-ports-gnome-0c5c299d3435135cd0db2841da555877e556545f.tar.gz freebsd-ports-gnome-0c5c299d3435135cd0db2841da555877e556545f.tar.zst freebsd-ports-gnome-0c5c299d3435135cd0db2841da555877e556545f.zip |
- fix pkg-plist
- add MAN1 in Makefile
Noticed by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-UML-Sequence/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-UML-Sequence/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/p5-UML-State/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-UML-State/pkg-plist | 2 |
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 |