diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 22:53:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 22:53:52 +0800 |
commit | 777bd7d1276bdb887f3e8070f79fa0c1c4501b6c (patch) | |
tree | 90a65ddcc9aa0308dcea0205c9937405427a5d09 | |
parent | fad12967a856561800a5acca68cd916df0182252 (diff) | |
download | freebsd-ports-graphics-777bd7d1276bdb887f3e8070f79fa0c1c4501b6c.tar.gz freebsd-ports-graphics-777bd7d1276bdb887f3e8070f79fa0c1c4501b6c.tar.zst freebsd-ports-graphics-777bd7d1276bdb887f3e8070f79fa0c1c4501b6c.zip |
- Stage support
-rw-r--r-- | security/pbnj/Makefile | 5 | ||||
-rw-r--r-- | security/pbnj/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 5aafd1c5d12..7764d748bc8 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -23,11 +23,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= perl5 USE_PERL5= configure -MAN1= scanpbnj.1p \ - outputpbnj.1p \ - genlist.1p - -NO_STAGE= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/security/pbnj/pkg-plist b/security/pbnj/pkg-plist index dd9c549d408..a19a0446a7a 100644 --- a/security/pbnj/pkg-plist +++ b/security/pbnj/pkg-plist @@ -1,5 +1,8 @@ bin/scanpbnj bin/outputpbnj bin/genlist +man/man1/genlist.1p.gz +man/man1/outputpbnj.1p.gz +man/man1/scanpbnj.1p.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj |