diff --git a/sysutils/catatonit/Makefile b/sysutils/catatonit/Makefile index 8758f9a678cc..551e017b1926 100644 --- a/sysutils/catatonit/Makefile +++ b/sysutils/catatonit/Makefile @@ -1,26 +1,25 @@ PORTNAME= catatonit DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= A signal-forwarding process manager for containers WWW= https://github.com/openSUSE/catatonit -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= dfr GH_TAGNAME= 65a1a0f -HAS_CONFIGURE= yes - -pre-configure: - @(cd ${WRKSRC} && ./autogen.sh) +GNU_CONFIGURE= yes post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/podman @${RLN} ${STAGEDIR}${PREFIX}/bin/catatonit ${STAGEDIR}${PREFIX}/libexec/podman/catatonit .include