svn commit: r450937 - head/games/bsdgames

Adam Weinberger adamw at FreeBSD.org
Fri Sep 29 21:41:03 UTC 2017


Author: adamw
Date: Fri Sep 29 21:41:01 2017
New Revision: 450937
URL: https://svnweb.freebsd.org/changeset/ports/450937

Log:
  Distfiles work better when they're uploaded.
  
  Reported by:	cy

Modified:
  head/games/bsdgames/Makefile

Modified: head/games/bsdgames/Makefile
==============================================================================
--- head/games/bsdgames/Makefile	Fri Sep 29 20:12:38 2017	(r450936)
+++ head/games/bsdgames/Makefile	Fri Sep 29 21:41:01 2017	(r450937)
@@ -92,5 +92,8 @@ dist:
 	mv DragonFlyBSD-${PORTVERSION}/games bsdgames-${PORTVERSION}
 	tar -cvf bsdgames-${PORTVERSION}.tar bsdgames-${PORTVERSION}
 	xz -v bsdgames-${PORTVERSION}.tar
+	@echo
+	@echo 'UPLOAD THE DISTFILE BEFORE YOU FORGET'
+	@echo '====================================='
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list