diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-09-29 21:41:01 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-09-29 21:41:01 +0000 |
commit | 07ba36874c62632ba6d127f3b47713f73042a446 (patch) | |
tree | f1ae0aafad3aed47018a5b2c5eb3a51e5d579530 | |
parent | 5ac4397c90bfc695e8334138a7a67ef8e5a832ea (diff) |
Distfiles work better when they're uploaded.
Reported by: cy
Notes
Notes:
svn path=/head/; revision=450937
-rw-r--r-- | games/bsdgames/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index ff425e946a6f..0b284facb4fe 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -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> |