diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 17fcee6376a5..e5e2c27aac5d 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -1,23 +1,25 @@ PORTNAME= epm PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/michaelrsweet/epm/releases/download/v${PORTVERSION}/ MAINTAINER= office@FreeBSD.org COMMENT= Free UNIX software/file packaging program WWW= https://www.msweet.org/epm/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epm @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epminstall @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mkepmlist .include diff --git a/devel/epm/pkg-plist b/devel/epm/pkg-plist index 55ee3750f794..1b5171eecc1f 100644 --- a/devel/epm/pkg-plist +++ b/devel/epm/pkg-plist @@ -1,14 +1,14 @@ bin/epm bin/epminstall bin/mkepmlist -man/man1/epm.1.gz -man/man1/epminstall.1.gz -man/man1/mkepmlist.1.gz -man/man1/setup.1.gz -man/man5/epm.list.5.gz -man/man5/setup.types.5.gz +share/man/man1/epm.1.gz +share/man/man1/epminstall.1.gz +share/man/man1/mkepmlist.1.gz +share/man/man1/setup.1.gz +share/man/man5/epm.list.5.gz +share/man/man5/setup.types.5.gz %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/epm-book.epub %%PORTDOCS%%%%DOCSDIR%%/epm-book.html %%PORTDOCS%%%%DOCSDIR%%/epm-book.pdf