diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index b8bcfdf7aa98..c4610f202b40 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,30 +1,32 @@ PORTNAME= ccrypt DISTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ http://www.mathstat.dal.ca/~selinger/ccrypt/download/${DISTVERSION}/ MAINTAINER= dev2@heesakkers.info COMMENT= Command-line utility for encrypting and decrypting files and streams WWW= https://ccrypt.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README doc/ccrypt.html doc/cypfaq01.txt ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/security/ccrypt/pkg-plist b/security/ccrypt/pkg-plist index 8464cf57fd13..eddfbc4356f5 100644 --- a/security/ccrypt/pkg-plist +++ b/security/ccrypt/pkg-plist @@ -1,16 +1,16 @@ bin/ccat bin/ccdecrypt bin/ccencrypt bin/ccguess bin/ccrypt -man/man1/ccencrypt.1.gz -man/man1/ccdecrypt.1.gz -man/man1/ccat.1.gz -man/man1/ccrypt.1.gz -man/man1/ccguess.1.gz +share/man/man1/ccencrypt.1.gz +share/man/man1/ccdecrypt.1.gz +share/man/man1/ccat.1.gz +share/man/man1/ccrypt.1.gz +share/man/man1/ccguess.1.gz %%NLS%%share/locale/de/LC_MESSAGES/ccrypt.mo %%NLS%%share/locale/et/LC_MESSAGES/ccrypt.mo %%NLS%%share/locale/fr/LC_MESSAGES/ccrypt.mo %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ccrypt.html %%PORTDOCS%%%%DOCSDIR%%/cypfaq01.txt