diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 22:33:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-11 22:33:39 +0800 |
commit | 628e58ddc05f5e5774eea44725cdedd996dc6141 (patch) | |
tree | 649f0432d0572b3be9d769b1c6f186d50b33965c /games | |
parent | 2af89bf66db4a9c1f389e961e54cdc8fe820a8d1 (diff) | |
download | freebsd-ports-gnome-628e58ddc05f5e5774eea44725cdedd996dc6141.tar.gz freebsd-ports-gnome-628e58ddc05f5e5774eea44725cdedd996dc6141.tar.zst freebsd-ports-gnome-628e58ddc05f5e5774eea44725cdedd996dc6141.zip |
- Simplify MASTER_SITES
- Update WWW:
Diffstat (limited to 'games')
-rw-r--r-- | games/instead/Makefile | 4 | ||||
-rw-r--r-- | games/instead/pkg-descr | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile index 25102f60c737..5ab0dc3a6601 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -4,8 +4,8 @@ PORTNAME= instead PORTVERSION= 2.4.1 CATEGORIES= games -MASTER_SITES= SF/instead/instead/${PORTVERSION}/ -DISTNAME= instead_${PORTVERSION} +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple Text Adventure, The Interpreter diff --git a/games/instead/pkg-descr b/games/instead/pkg-descr index 13205b7a424a..94e61d3bd470 100644 --- a/games/instead/pkg-descr +++ b/games/instead/pkg-descr @@ -1,5 +1,4 @@ -INSTEAD was designed to interpret the games that are the mix of visual novels, +INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests. -WWW: http://instead.sourceforge.net/ - http://instead.syscall.ru/ (in Russian) +WWW: http://instead.syscall.ru/ |