aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-UML-State
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/p5-UML-State
parente2795c43fe72cb433e6f6079ca7d241eeafa2e2a (diff)
downloadports-43a5155a656a23c96934328c9c0ff4efc0f65e6c.tar.gz
ports-43a5155a656a23c96934328c9c0ff4efc0f65e6c.zip
- fix pkg-plist
- add MAN1 in Makefile Noticed by: kris
Notes
Notes: svn path=/head/; revision=123175
Diffstat (limited to 'textproc/p5-UML-State')
-rw-r--r--textproc/p5-UML-State/Makefile1
-rw-r--r--textproc/p5-UML-State/pkg-plist2
2 files changed, 2 insertions, 1 deletions
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