diff --git a/databases/sqliteconvert/Makefile b/databases/sqliteconvert/Makefile index cfab33b09e0b..1b5eb1334fe2 100644 --- a/databases/sqliteconvert/Makefile +++ b/databases/sqliteconvert/Makefile @@ -1,22 +1,26 @@ PORTNAME= sqliteconvert DISTVERSIONPREFIX= VERSION_ DISTVERSION= 0_1_2 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org COMMENT= Tools to convert SQLite3 schema files into documentation WWW= https://kristaps.bsd.lv/sqliteconvert/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= dot:graphics/graphviz USE_GITHUB= yes GH_ACCOUNT= kristapsdz +post-patch: + @${REINPLACE_CMD} -e 's|man/man1|share/man/man1|' ${WRKSRC}/Makefile + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sqlite2html \ ${STAGEDIR}${PREFIX}/bin/sqlite2dot .include diff --git a/databases/sqliteconvert/pkg-plist b/databases/sqliteconvert/pkg-plist index d8f51de4e82d..668e17ebb060 100644 --- a/databases/sqliteconvert/pkg-plist +++ b/databases/sqliteconvert/pkg-plist @@ -1,7 +1,7 @@ bin/sqlite2dot bin/sqlite2html bin/sqliteconvert -man/man1/sqlite2dot.1.gz -man/man1/sqlite2html.1.gz -man/man1/sqliteconvert.1.gz +share/man/man1/sqlite2dot.1.gz +share/man/man1/sqlite2html.1.gz +share/man/man1/sqliteconvert.1.gz %%DATADIR%%/schema.xml