diff --git a/devel/paexec/Makefile b/devel/paexec/Makefile index 31f28c533715..9f3a3e21efee 100644 --- a/devel/paexec/Makefile +++ b/devel/paexec/Makefile @@ -1,5 +1,6 @@ PORTNAME= paexec PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,7 +24,7 @@ SUBPRJ_DFLT= paexec paargs doc examples MAKE_ENV+= EGDIR="${STAGEDIR}${EXAMPLESDIR}" \ DOCDIR="${STAGEDIR}${DOCSDIR}" \ BINDIR="${STAGEDIR}${PREFIX}/bin" \ - MANDIR="${STAGEDIR}${MANPREFIX}/man" WARNERR="no" + MANDIR="${STAGEDIR}${PREFIX}/share/man" WARNERR="no" do-build: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} diff --git a/devel/paexec/pkg-plist b/devel/paexec/pkg-plist index c5a214623aa9..fdb6477035ca 100644 --- a/devel/paexec/pkg-plist +++ b/devel/paexec/pkg-plist @@ -2,10 +2,10 @@ bin/paargs bin/paexec bin/paexec_reorder bin/pareorder -man/man1/paargs.1.gz -man/man1/paexec.1.gz -man/man1/paexec_reorder.1.gz -man/man1/pareorder.1.gz +share/man/man1/paargs.1.gz +share/man/man1/paexec.1.gz +share/man/man1/paexec_reorder.1.gz +share/man/man1/pareorder.1.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README