diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-08 20:43:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-08 20:43:20 +0000 |
commit | 01a8c41893024a2db31f36edd32150df65267666 (patch) | |
tree | bc4515d6bd963315502a240829828074c4f81d4b /security/pam_google_authenticator/Makefile | |
parent | b169d2913c18e3afb4b70d7afb56ae8fb0d89c05 (diff) | |
download | ports-01a8c41893024a2db31f36edd32150df65267666.tar.gz ports-01a8c41893024a2db31f36edd32150df65267666.zip |
Notes
Diffstat (limited to 'security/pam_google_authenticator/Makefile')
-rw-r--r-- | security/pam_google_authenticator/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile index 1271665fd0c2..2e4e2840b4aa 100644 --- a/security/pam_google_authenticator/Makefile +++ b/security/pam_google_authenticator/Makefile @@ -3,6 +3,7 @@ PORTNAME= pam_google_authenticator PORTVERSION= 1.01.20160208 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security @@ -21,4 +22,8 @@ GH_ACCOUNT= google GH_PROJECT= google-authenticator GH_TAGNAME= 195ddc1 +post-patch: + @${REINPLACE_CMD} -e 's;/security;;' \ + ${WRKSRC}/Makefile.am + .include <bsd.port.mk> |