diff --git a/sysutils/crate/Makefile b/sysutils/crate/Makefile index 3af7d904fcb4..945c97ec6cc2 100644 --- a/sysutils/crate/Makefile +++ b/sysutils/crate/Makefile @@ -1,32 +1,32 @@ PORTNAME= crate DISTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils emulators MAINTAINER= yuri@FreeBSD.org COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs) WWW= https://github.com/yurivict/crate LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE .if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/filesystem) BROKEN= STL feature 'filesystem' isn't available # ' .endif BUILD_DEPENDS= rang>0:devel/rang LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp USES= compiler:c++17-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= yurivict PLIST_FILES= bin/${PORTNAME} \ - man/man5/${PORTNAME}.5.gz + share/man/man5/${PORTNAME}.5.gz OPTIONS_DEFINE= EXAMPLES EXAMPLES_INSTALL_TARGET= install install-examples PORTEXAMPLES= * .include diff --git a/sysutils/crate/files/patch-Makefile b/sysutils/crate/files/patch-Makefile new file mode 100644 index 000000000000..4e3b558693cd --- /dev/null +++ b/sysutils/crate/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2019-08-11 07:07:44 UTC ++++ Makefile +@@ -16,7 +16,7 @@ install: crate + + install: crate + install -s -m 04755 crate $(DESTDIR)$(PREFIX)/bin +- gzip -9 < crate.5 > $(DESTDIR)$(PREFIX)/man/man5/crate.5.gz ++ gzip -9 < crate.5 > $(DESTDIR)$(PREFIX)/share/man/man5/crate.5.gz + + install-local: crate.x +