diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:00:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:00:08 +0800 |
commit | 9b3393c791413f1299eb55bd15dd9cb9601441ef (patch) | |
tree | 77d6d8d9cc3dbb807ae0249b58c7dd94bc7e2921 /databases/innotop | |
parent | 64bf7ee07a5b8d547d10c49268336ee70b510aad (diff) | |
download | freebsd-ports-gnome-9b3393c791413f1299eb55bd15dd9cb9601441ef.tar.gz freebsd-ports-gnome-9b3393c791413f1299eb55bd15dd9cb9601441ef.tar.zst freebsd-ports-gnome-9b3393c791413f1299eb55bd15dd9cb9601441ef.zip |
- Stage support
Diffstat (limited to 'databases/innotop')
-rw-r--r-- | databases/innotop/Makefile | 3 | ||||
-rw-r--r-- | databases/innotop/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile index cf2069dbb863..feed86c86da0 100644 --- a/databases/innotop/Makefile +++ b/databases/innotop/Makefile @@ -23,9 +23,6 @@ USES= perl5 USE_PERL5= configure USE_MYSQL= yes -MAN1= innotop.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop diff --git a/databases/innotop/pkg-plist b/databases/innotop/pkg-plist index 809ee5477328..f5c882711b66 100644 --- a/databases/innotop/pkg-plist +++ b/databases/innotop/pkg-plist @@ -1,3 +1,4 @@ bin/innotop %%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop/.packlist +man/man1/innotop.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/innotop |