diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-01-30 14:27:27 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-01-30 14:27:27 +0000 |
commit | afb550e3cf83ca6a9d25a40d91f5208b3c36f9f2 (patch) | |
tree | fb95bc5acb82022c6c68c02f6e263d6524f02ae6 /games | |
parent | 258a4596278aa7d7052491adbf5e259c8c73465f (diff) | |
download | ports-afb550e3cf83ca6a9d25a40d91f5208b3c36f9f2.tar.gz ports-afb550e3cf83ca6a9d25a40d91f5208b3c36f9f2.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/py-anki/Makefile | 1 | ||||
-rw-r--r-- | games/py-mnemosyne/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/py-anki/Makefile b/games/py-anki/Makefile index 3bf8645b241e..88891a48ff15 100644 --- a/games/py-anki/Makefile +++ b/games/py-anki/Makefile @@ -7,6 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Spaced-repetition memory training library +PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MASTERDIR= ${.CURDIR}/../anki diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 34451017a29c..c68893d46a45 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -8,6 +8,7 @@ PORTNAME= mnemosyne PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}-proj/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |