Properly register info files
This commit is contained in:
parent
93ab95bca7
commit
47db9606cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483894
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= RealTimeBattle
|
||||
PORTVERSION= 1.0.8
|
||||
DISTVERSIONSUFFIX= -Ext
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.0.x/${PORTNAME}%20${PORTVERSION}
|
||||
|
||||
|
@ -21,6 +21,7 @@ USE_GNOME= gtk20
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
INFO= RealTimeBattle
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
bin/realtimebattle
|
||||
include/RealTimeBattle/Messagetypes.h
|
||||
info/RealTimeBattle.info
|
||||
lib/RealTimeBattle/Arenas/Circle.arena
|
||||
lib/RealTimeBattle/Arenas/Circles.arena
|
||||
lib/RealTimeBattle/Arenas/Cross.arena
|
||||
|
|
Loading…
Reference in a new issue