Move scummvm back into games category for consistency with other
game interpreter. Requested by: kris
This commit is contained in:
parent
1350b37fee
commit
02fdfadf00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106910
7 changed files with 3 additions and 2 deletions
1
MOVED
1
MOVED
|
@ -1034,3 +1034,4 @@ x11-servers/XttXF86srv-VGA16||2004-04-10|removed broken port
|
||||||
x11-servers/XttXF86srv-W32||2004-04-10|removed broken port
|
x11-servers/XttXF86srv-W32||2004-04-10|removed broken port
|
||||||
x11-servers/XttXF86srv-common||2004-04-10|removed broken port
|
x11-servers/XttXF86srv-common||2004-04-10|removed broken port
|
||||||
x11-servers/XttXF86srv-xfs||2004-04-10|removed broken port
|
x11-servers/XttXF86srv-xfs||2004-04-10|removed broken port
|
||||||
|
emulators/scummvm|games/scummvm|2004-04-13|new category
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
SUBDIR += qcl
|
SUBDIR += qcl
|
||||||
SUBDIR += quasi88
|
SUBDIR += quasi88
|
||||||
SUBDIR += rtc
|
SUBDIR += rtc
|
||||||
SUBDIR += scummvm
|
|
||||||
SUBDIR += sim
|
SUBDIR += sim
|
||||||
SUBDIR += sim6811
|
SUBDIR += sim6811
|
||||||
SUBDIR += ski
|
SUBDIR += ski
|
||||||
|
|
|
@ -384,6 +384,7 @@
|
||||||
SUBDIR += rubix
|
SUBDIR += rubix
|
||||||
SUBDIR += scid
|
SUBDIR += scid
|
||||||
SUBDIR += scorched3d-devel
|
SUBDIR += scorched3d-devel
|
||||||
|
SUBDIR += scummvm
|
||||||
SUBDIR += scummvm-tools
|
SUBDIR += scummvm-tools
|
||||||
SUBDIR += sdlroids
|
SUBDIR += sdlroids
|
||||||
SUBDIR += seabattle
|
SUBDIR += seabattle
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= scummvm
|
PORTNAME= scummvm
|
||||||
PORTVERSION= 0.6.0
|
PORTVERSION= 0.6.0
|
||||||
CATEGORIES= emulators games
|
CATEGORIES= games emulators
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
Loading…
Reference in a new issue