svn commit: r331119 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 21 09:56:26 UTC 2013


Author: bapt
Date: Mon Oct 21 09:56:26 2013
New Revision: 331119
URL: http://svnweb.freebsd.org/changeset/ports/331119

Log:
  really apply the fix provided by ohauer
  
  Reported by:	sunpoet, ohauer
  Pointyhat to:	bapt

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Oct 21 09:52:52 2013	(r331118)
+++ head/Mk/bsd.port.mk	Mon Oct 21 09:56:26 2013	(r331119)
@@ -4569,7 +4569,7 @@ reinstall:
 
 .if !target(restage)
 restage:
-	@${RM} -rf ${STAGEDESTDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
+	@${RM} -rf ${STAGEDIR} ${STAGE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
 	@cd ${.CURDIR} && ${MAKE} stage
 .endif
 


More information about the svn-ports-all mailing list