- Clarify LICENSE
- Add LICENSE_FILE - Drop @dirrm* from plist Approved by: portmgr blanket
This commit is contained in:
parent
5ca20c74be
commit
f7f6521b7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376973
2 changed files with 2 additions and 14 deletions
|
@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-rev${DISTVERSION}-src
|
|||
MAINTAINER= nemysis@FreeBSD.org
|
||||
COMMENT= 3D arcade with unique fighting system and anthropomorphic characters
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
|
|
|
@ -441,16 +441,3 @@ bin/lugaru
|
|||
%%DATADIR%%/Data/config.txt
|
||||
%%DATADIR%%/lugaru
|
||||
share/pixmaps/lugaru.png
|
||||
@dirrm %%DATADIR%%/Data/Textures/Skybox(snow)
|
||||
@dirrm %%DATADIR%%/Data/Textures/Skybox(sand)
|
||||
@dirrm %%DATADIR%%/Data/Textures/Skybox(grass)
|
||||
@dirrm %%DATADIR%%/Data/Textures
|
||||
@dirrm %%DATADIR%%/Data/Sounds
|
||||
@dirrm %%DATADIR%%/Data/Skeleton
|
||||
@dirrm %%DATADIR%%/Data/Models
|
||||
@dirrm %%DATADIR%%/Data/Maps
|
||||
@dirrm %%DATADIR%%/Data/Dialogues
|
||||
@dirrm %%DATADIR%%/Data/Campaigns
|
||||
@dirrm %%DATADIR%%/Data/Animations
|
||||
@dirrm %%DATADIR%%/Data
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue