svn commit: r467673 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Wed Apr 18 04:08:45 UTC 2018


Author: gerald
Date: Wed Apr 18 04:08:44 2018
New Revision: 467673
URL: https://svnweb.freebsd.org/changeset/ports/467673

Log:
  Change the name of the check-wine-devel-vs-wine-staging target to
  check-wine-devel-vs-staging for brevity (and since the wine-staging
  port is gone for the time being and STASGING is just an option for now).
  
  Fix a typo in some of that target's output on the way.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Wed Apr 18 03:53:56 2018	(r467672)
+++ head/emulators/wine-devel/Makefile	Wed Apr 18 04:08:44 2018	(r467673)
@@ -169,11 +169,11 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${STAGEDIR}${DOCSDIR}/README.winedbg
 	${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${STAGEDIR}${DOCSDIR}/README.winedump
 
-check-wine-devel-vs-wine-staging:
+check-wine-devel-vs-staging:
 	@${GREP} %%STAGING%% pkg-plist | while read f; do \
 	  f=`echo $$f | ${SED} -e 's/%%STAGING%%//'`; \
 	  if [ -f "$$STAGEDIR/$$PREFIX/$$f" ]; then \
-	    ${PRINTF} "%s no longer contigent on %%STAGING%%?\n" "$$f"; \
+	    ${PRINTF} "%s no longer contingent on %%STAGING%%?\n" "$$f"; \
 	  fi \
 	done
 


More information about the svn-ports-head mailing list