diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-29 14:30:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-29 14:30:46 +0000 |
commit | 7823fa4b7e3cdfcc53687849cb0ebcf1db29a590 (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /games/2048 | |
parent | b7c359583d68680986466ddf6be2ce1a1dcb92fc (diff) |
Notes
Diffstat (limited to 'games/2048')
-rw-r--r-- | games/2048/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/2048/Makefile b/games/2048/Makefile index 6b4ac66a077c..baa9f61d552e 100644 --- a/games/2048/Makefile +++ b/games/2048/Makefile @@ -3,9 +3,9 @@ PORTNAME= 2048 PORTVERSION= 0.9 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= games -DISTVERSIONPREFIX= v MAINTAINER= swills@FreeBSD.org COMMENT= Command line version of 2048 |