diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2018-10-21 23:06:00 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2018-10-21 23:06:00 +0000 |
commit | 46742b926c626e9a79610f4fb1701021d223ee0f (patch) | |
tree | e41228a91695c49a5d94296c8543277f9cae879c /net/phpldapadmin | |
parent | Update files/patch-lib__functions.php to add php72 compatibility (1) (diff) |
Delete extraneous backslash
Notes
Notes:
svn path=/head/; revision=482727
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 6003e82e0560..de143dae9242 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -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} ; \ |