diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index de6e9ef3ad56..a0107be1c049 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -1,28 +1,29 @@ PORTNAME= porttools PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports WWW= https://github.com/skreuzer/porttools/ LICENSE= BSD2CLAUSE RUN_DEPENDS= portlint:ports-mgmt/portlint \ ydiff:textproc/ydiff \ sudo:security/sudo \ git:devel/git USE_GITHUB= yes GH_ACCOUNT= skreuzer GH_TAGNAME= 1ec3e1d3c00e77cadc9a4dfd7f75de9674909016 # Make the version information of porttools itself # available for inclusion in the PRs generated by it. -MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}" +MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MANPREFIX="${PREFIX}/share" PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET= install install-docs .include diff --git a/ports-mgmt/porttools/pkg-plist b/ports-mgmt/porttools/pkg-plist index e32b7b806382..697c1d4a5afa 100644 --- a/ports-mgmt/porttools/pkg-plist +++ b/ports-mgmt/porttools/pkg-plist @@ -1,25 +1,25 @@ bin/port -man/man1/port.1.gz -man/man5/porttools.5.gz +share/man/man1/port.1.gz +share/man/man5/porttools.5.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/THANKS %%DATADIR%%/cmd_commit %%DATADIR%%/cmd_create %%DATADIR%%/cmd_diff %%DATADIR%%/cmd_fetch %%DATADIR%%/cmd_help %%DATADIR%%/cmd_install %%DATADIR%%/cmd_submit %%DATADIR%%/cmd_test %%DATADIR%%/cmd_upgrade %%DATADIR%%/tmpl/R-cran/Makefile.tmpl %%DATADIR%%/tmpl/common/pkg-descr.tmpl %%DATADIR%%/tmpl/common/pkg-plist.tmpl %%DATADIR%%/tmpl/default/Makefile.tmpl %%DATADIR%%/tmpl/p5/Makefile.tmpl %%DATADIR%%/tmpl/pear/Makefile.tmpl %%DATADIR%%/tmpl/py/Makefile.tmpl %%DATADIR%%/tmpl/rubygem/Makefile.tmpl %%DATADIR%%/util_diff