aboutsummaryrefslogtreecommitdiff
path: root/security/pam-mysql
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:58:12 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:58:12 +0000
commitf62f47e405f5eada1f98f179a7b08c32dfefd919 (patch)
treea7abb99a6efb4a833f205474f301a9d4624a3a4d /security/pam-mysql
parent51939be9ff5527f42247d44513a05cd30ff3c32b (diff)
downloadports-f62f47e405f5eada1f98f179a7b08c32dfefd919.tar.gz
ports-f62f47e405f5eada1f98f179a7b08c32dfefd919.zip
Notes
Diffstat (limited to 'security/pam-mysql')
-rw-r--r--security/pam-mysql/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index 37bbad894a52..32d50965336f 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pam_mysql
PORTVERSION= 0.7.r1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security databases
MASTER_SITES= SF/pam-mysql/pam-mysql/0.7RC1
DISTNAME= ${PORTNAME}-0.7RC1${DISTVERSIONSUFFIX}
@@ -16,19 +16,18 @@ USE_MYSQL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr
-OPTIONS_DEFINE= SSL
-SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash)
-SSL_CONFIGURE_WITH= openssl
-
-
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+PORTDOCS= *
PLIST_FILES= lib/pam_mysql.so lib/pam_mysql.la
-PORTDOCS= *
+OPTIONS_DEFINE= SSL
+SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash)
+SSL_CONFIGURE_WITH= openssl
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_mysql.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog \
${WRKSRC}/NEWS \