- Add LICENSE
- Drop @dirrm* from plist
This commit is contained in:
parent
a7a99bc3e3
commit
b9d7da2cdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374021
2 changed files with 3 additions and 12 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= 3D tabletennis game
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_SDL= image mixer sdl
|
||||
USE_GL= yes
|
||||
|
|
|
@ -681,15 +681,3 @@ bin/csmash
|
|||
share/locale/de/LC_MESSAGES/csmash.mo
|
||||
share/locale/fr/LC_MESSAGES/csmash.mo
|
||||
share/locale/ja/LC_MESSAGES/csmash.mo
|
||||
@dirrm %%DATADIR%%/wav
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/Parts/Fsmash
|
||||
@dirrm %%DATADIR%%/Parts/Fpeck
|
||||
@dirrm %%DATADIR%%/Parts/Fnormal
|
||||
@dirrm %%DATADIR%%/Parts/Fdrive
|
||||
@dirrm %%DATADIR%%/Parts/Fcut
|
||||
@dirrm %%DATADIR%%/Parts/Bpeck
|
||||
@dirrm %%DATADIR%%/Parts/Bnormal
|
||||
@dirrm %%DATADIR%%/Parts/Bcut
|
||||
@dirrm %%DATADIR%%/Parts
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue