svn commit: r464061 - head/sysutils/ldap-account-manager
Yuri Victorovich
yuri at FreeBSD.org
Sat Mar 10 10:34:03 UTC 2018
Author: yuri
Date: Sat Mar 10 10:34:03 2018
New Revision: 464061
URL: https://svnweb.freebsd.org/changeset/ports/464061
Log:
sysutils/ldap-account-manager: Remove nonexistent php version check
PR: 226485
Reported by: mat
Approved by: tcberner (mentor, implicit)
Modified:
head/sysutils/ldap-account-manager/Makefile
Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile Sat Mar 10 10:14:17 2018 (r464060)
+++ head/sysutils/ldap-account-manager/Makefile Sat Mar 10 10:34:03 2018 (r464061)
@@ -28,12 +28,6 @@ WRITEABLES= config sess tmp
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${PHP_VER} <= 72
-USE_PHP+= mcrypt
-.endif
-
do-install:
@${ECHO_CMD} '@preexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
.for CONFIG in ${CONFIGS}
@@ -57,4 +51,4 @@ do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list