diff options
Diffstat (limited to 'sysutils/catatonit/Makefile')
-rw-r--r-- | sysutils/catatonit/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/catatonit/Makefile b/sysutils/catatonit/Makefile index 9cba4fe27331..9a54cdfd87b2 100644 --- a/sysutils/catatonit/Makefile +++ b/sysutils/catatonit/Makefile @@ -1,11 +1,10 @@ PORTNAME= catatonit DISTVERSIONPREFIX= v -DISTVERSION= 0.1.7 -PORTREVISION= 2 +DISTVERSION= 0.2.1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org -COMMENT= A signal-forwarding process manager for containers +COMMENT= Signal-forwarding process manager for containers WWW= https://github.com/openSUSE/catatonit LICENSE= GPLv3+ @@ -13,11 +12,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf libtool USE_GITHUB= yes -GH_ACCOUNT= dfr -GH_TAGNAME= 74113d7 +GH_ACCOUNT= openSUSE GNU_CONFIGURE= yes +PLIST_FILES= bin/catatonit \ + libexec/podman/catatonit + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/podman @${RLN} ${STAGEDIR}${PREFIX}/bin/catatonit ${STAGEDIR}${PREFIX}/libexec/podman/catatonit |