diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index 12e9835b432f..580f8a8c3320 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -1,38 +1,38 @@ PORTNAME= aescrypt PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 PATCH_SITES= http://devel.ringlet.net/security/aescrypt/patches/ \ http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/ PATCHFILES= aescrypt-0.7-roam-whopper-01.patch.gz MAINTAINER= mauroeldritch@gmail.com COMMENT= Command-line AES encryption/decryption suite WWW= https://aescrypt.sourceforge.net/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes MAKE_ENV+= BINGRP=wheel # Upstream dead. Don't expect a proper fix. CFLAGS+= -fcommon BINS= aescrypt aesget 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: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR} .include diff --git a/security/aescrypt/pkg-plist b/security/aescrypt/pkg-plist index 21d6bc298ee9..2713919febf7 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