Index: head/security/pam_google_authenticator/Makefile =================================================================== --- head/security/pam_google_authenticator/Makefile (revision 410659) +++ head/security/pam_google_authenticator/Makefile (revision 410660) @@ -1,24 +1,29 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= pam_google_authenticator PORTVERSION= 1.01.20160208 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PAM module for two-step authentication from Google LICENSE= APACHE20 USES= autoreconf gmake libtool GNU_CONFIGURE= YES WRKSRC_SUBDIR= libpam USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= google-authenticator GH_TAGNAME= 195ddc1 + +post-patch: + @${REINPLACE_CMD} -e 's;/security;;' \ + ${WRKSRC}/Makefile.am .include Index: head/security/pam_google_authenticator/pkg-plist =================================================================== --- head/security/pam_google_authenticator/pkg-plist (revision 410659) +++ head/security/pam_google_authenticator/pkg-plist (revision 410660) @@ -1,5 +1,5 @@ bin/google-authenticator -lib/security/pam_google_authenticator.so +lib/pam_google_authenticator.so share/doc/google-authenticator/FILEFORMAT share/doc/google-authenticator/README.md share/doc/google-authenticator/totp.html