diff --git a/security/cfs/Makefile b/security/cfs/Makefile index aaf89c8245f0..97d483467ef7 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -1,35 +1,36 @@ PORTNAME= cfs DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Cryptographic file system implemented as a user-space NFS server WWW= https://www.bayofrum.net/cgi-bin/fossil/cfs/ LICENSE= BSD0CLAUSE ALL_TARGET= cfs MAKE_ARGS= CC="${CC}" CFSD_BOOTSTRAP= ${PREFIX}/cfsd-bootstrap USE_RC_SUBR= cfsd SUB_FILES= pkg-message SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 do-install: cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ccat cfsd cname ${STAGEDIR}${PREFIX}/sbin; \ ${INSTALL_PROGRAM} cattach cdetach cmkdir cpasswd ${STAGEDIR}${PREFIX}/bin; \ ${INSTALL_SCRIPT} cfssh ${STAGEDIR}${PREFIX}/bin/cfssh; \ - ${INSTALL_MAN} cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 ${STAGEDIR}${PREFIX}/man/man1; \ - ${INSTALL_MAN} ccat.8 cfsd.8 cname.8 ${STAGEDIR}${PREFIX}/man/man8; \ + ${INSTALL_MAN} cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 ${STAGEDIR}${PREFIX}/share/man/man1; \ + ${INSTALL_MAN} ccat.8 cfsd.8 cname.8 ${STAGEDIR}${PREFIX}/share/man/man8; \ ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/cfs; \ ${INSTALL_DATA} README.install notes.ms ${STAGEDIR}${PREFIX}/share/doc/cfs ${INSTALL} -d -m 0 ${STAGEDIR}${CFSD_BOOTSTRAP} .include diff --git a/security/cfs/pkg-plist b/security/cfs/pkg-plist index e96d7e31211d..cb9d85095792 100644 --- a/security/cfs/pkg-plist +++ b/security/cfs/pkg-plist @@ -1,19 +1,19 @@ bin/cattach bin/cdetach bin/cmkdir bin/cpasswd bin/cfssh sbin/ccat sbin/cfsd sbin/cname share/doc/cfs/README.install share/doc/cfs/notes.ms -man/man1/cattach.1.gz -man/man1/cdetach.1.gz -man/man1/cmkdir.1.gz -man/man1/cpasswd.1.gz -man/man1/cfssh.1.gz -man/man8/ccat.8.gz -man/man8/cfsd.8.gz -man/man8/cname.8.gz +share/man/man1/cattach.1.gz +share/man/man1/cdetach.1.gz +share/man/man1/cmkdir.1.gz +share/man/man1/cpasswd.1.gz +share/man/man1/cfssh.1.gz +share/man/man8/ccat.8.gz +share/man/man8/cfsd.8.gz +share/man/man8/cname.8.gz @dir(,,0) %%CFSD_BOOTSTRAP%%