Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 23:06:00 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482727 - head/net/phpldapadmin
Message-ID:  <201810212306.w9LN603Z036879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} ;					 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810212306.w9LN603Z036879>