diff options
Diffstat (limited to 'sysutils/bastille/Makefile')
-rw-r--r-- | sysutils/bastille/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/bastille/Makefile b/sysutils/bastille/Makefile index 085aaa39a826..2a91eeaefdc3 100644 --- a/sysutils/bastille/Makefile +++ b/sysutils/bastille/Makefile @@ -1,12 +1,6 @@ PORTNAME= bastille -DISTVERSION= 1.0.1.250714 -PORTREVISION= 1 +DISTVERSION= 1.1.0.251001 CATEGORIES= sysutils -DIST_SUBDIR= bastille - -PATCH_SITES= https://github.com/BastilleBSD/bastille/pull/ -PATCHFILES= 1198.patch:-p1 1204.patch:-p1 - MAINTAINER= jdhurtado@orbiware.com # co-maintainer: snarfingcode666@gmail.com COMMENT= Jail automation framework @@ -37,8 +31,8 @@ post-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/usr/local/share/bastille && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) - ${INSTALL_MAN} ${WRKSRC}/usr/local/man/man8/bastille.8.gz \ - ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8.gz + ${INSTALL_MAN} ${WRKSRC}/usr/local/share/man/man8/bastille.8 \ + ${STAGEDIR}${PREFIX}/share/man/man8/${PORTNAME}.8 ${INSTALL_DATA} ${WRKSRC}/usr/local/etc/bastille/bastille.conf.sample \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample |