diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index 12e9835b432f6..580f8a8c3320c 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= aescrypt PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS do-install: .for f in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor do-install-DOCS-on: diff --git a/security/aescrypt/pkg-plist b/security/aescrypt/pkg-plist index 21d6bc298ee96..2713919febf74 100644 --- a/security/aescrypt/pkg-plist +++ b/security/aescrypt/pkg-plist @@ -1,5 +1,5 @@ bin/aescrypt bin/aesget -man/man1/aescrypt.1.gz -man/man1/aesget.1.gz +share/man/man1/aescrypt.1.gz +share/man/man1/aesget.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.html