diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
commit | 4c1a39996648890aee504700474826976269e540 (patch) | |
tree | 8f2be4fce582d81352781e158d9208b3e4e41e0e /games/golly | |
parent | 79ec3233cba24b0a155c88e886492d5c0de41ffd (diff) | |
download | ports-4c1a39996648890aee504700474826976269e540.tar.gz ports-4c1a39996648890aee504700474826976269e540.zip |
Notes
Diffstat (limited to 'games/golly')
-rw-r--r-- | games/golly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/golly/Makefile b/games/golly/Makefile index c9550467d2c5..8d44e5a25641 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -3,7 +3,7 @@ PORTNAME= golly PORTVERSION= 3.3 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |