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/p5-UML-State | |
parent | ca1c878acf6989e096ac1e13fc8d9187e41ed3a4 (diff) | |
download | freebsd-ports-graphics-0c5c299d3435135cd0db2841da555877e556545f.tar.gz freebsd-ports-graphics-0c5c299d3435135cd0db2841da555877e556545f.tar.zst freebsd-ports-graphics-0c5c299d3435135cd0db2841da555877e556545f.zip |
- fix pkg-plist
- add MAN1 in Makefile
Noticed by: kris
Diffstat (limited to 'textproc/p5-UML-State')
-rw-r--r-- | textproc/p5-UML-State/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-UML-State/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile index 0b265f1e95a..91f353048d9 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 6996385e78c..7222c8ad94d 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 |