svn commit: r482727 - head/net/phpldapadmin
Matthew Seaman
matthew at FreeBSD.org
Sun Oct 21 23:06:01 UTC 2018
Author: matthew
Date: Sun Oct 21 23:06:00 2018
New Revision: 482727
URL: https://svnweb.freebsd.org/changeset/ports/482727
Log:
Delete extraneous backslash
Modified:
head/net/phpldapadmin/Makefile
Modified: head/net/phpldapadmin/Makefile
==============================================================================
--- head/net/phpldapadmin/Makefile Sun Oct 21 22:53:57 2018 (r482726)
+++ head/net/phpldapadmin/Makefile Sun Oct 21 23:06:00 2018 (r482727)
@@ -39,7 +39,7 @@ post-patch:
cd ${WRKSRC} ; \
${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \
! -name .gitignore ! -name *.orig | ${SORT} | \
- ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ; \
+ ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ;
do-install:
cd ${WRKSRC} ; \
More information about the svn-ports-all
mailing list