diff options
Diffstat (limited to 'security/duo/Makefile')
-rw-r--r-- | security/duo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/duo/Makefile b/security/duo/Makefile index 98bf8d883efc..eb2989a2224d 100644 --- a/security/duo/Makefile +++ b/security/duo/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.13 -PORTREVISION= 1 +PORTVERSION= 1.9.14 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ @@ -27,8 +26,9 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/login_duo/login_duo.8 - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pam_duo/pam_duo.8 + @${REINPLACE_CMD} -e 's| /etc| ${PREFIX}/etc|g' \ + ${WRKSRC}/pam_duo/pam_duo.8 \ + ${WRKSRC}/login_duo/login_duo.8 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libduo.so.3 |