Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 21:41:01 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450937 - head/games/bsdgames
Message-ID:  <201709292141.v8TLf12F067581@repo.freebsd.org>

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



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