[SVN-Commit] r1151 - trunk/security/nss

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Jan 30 15:42:58 UTC 2013


Author: jbeich
Date: Wed Jan 30 15:42:51 2013
New Revision: 1151

Log:
remove leftover from r256919 (un)intentionally added in r270119

Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Tue Jan 29 05:03:35 2013	(r1150)
+++ trunk/security/nss/Makefile	Wed Jan 30 15:42:51 2013	(r1151)
@@ -83,8 +83,6 @@
 	@cd ${WRKSRC} && \
 		${FIND} . -name "*.c" -o -name "*.h" | \
 		${XARGS} ${REINPLACE_CMD} -e 's|"nspr.h"|<nspr.h>|'
-	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
-		${WRKSRC}/lib/softoken/manifest.mn
 	${FIND} ${WRKSRC}/tests -name '*.sh' | ${XARGS} ${GREP} -l -F '/bin/bash' | \
 		${XARGS} ${REINPLACE_CMD} -e 's|#! */bin/bash|#!${SH}|'
 


More information about the freebsd-gecko mailing list