aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2020-02-10 04:32:25 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2020-02-10 04:32:25 +0000
commitd8b223738075e21e89a3cc87bc4e5c774b1afd85 (patch)
tree4c6879f2f4c23d038f4da77a38eabb5f6121786a
parenta0b1dc305a868c3aed3a27ec1a13b18e6609c3cc (diff)
downloadports-d8b223738075e21e89a3cc87bc4e5c774b1afd85.tar.gz
ports-d8b223738075e21e89a3cc87bc4e5c774b1afd85.zip
Notes
-rw-r--r--security/pam_google_authenticator/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile
index 1931948dffa1..bb5977279e83 100644
--- a/security/pam_google_authenticator/Makefile
+++ b/security/pam_google_authenticator/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pam_google_authenticator
PORTVERSION= 1.08
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
@@ -19,14 +20,15 @@ USE_GITHUB= yes
GH_ACCOUNT= google
GH_PROJECT= google-authenticator-libpam
+INSTALL_TARGET= install-strip
+
OPTIONS_DEFINE= QRENCODE
OPTIONS_DEFAULT= QRENCODE
-QRENCODE_DESC= Allow creation of QR-codes
+QRENCODE_DESC= Allow creation of QR-codes
QRENCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
post-patch:
- @${REINPLACE_CMD} -e 's;/security;;' \
- ${WRKSRC}/Makefile.am
+ @${REINPLACE_CMD} -e 's;/security;;' ${WRKSRC}/Makefile.am
.include <bsd.port.mk>