diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-05 21:12:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-05 21:12:57 +0800 |
commit | b839f5b7a8ba5d49e54fe1bdf76a9212e1069728 (patch) | |
tree | d4b7a67849b6e1580819b4de6ad8b2125935adaf /games | |
parent | 59c161df6576998af63eba5949afc06cd5e240d4 (diff) | |
download | freebsd-ports-gnome-b839f5b7a8ba5d49e54fe1bdf76a9212e1069728.tar.gz freebsd-ports-gnome-b839f5b7a8ba5d49e54fe1bdf76a9212e1069728.tar.zst freebsd-ports-gnome-b839f5b7a8ba5d49e54fe1bdf76a9212e1069728.zip |
- Add LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/csmash/Makefile | 3 | ||||
-rw-r--r-- | games/csmash/pkg-plist | 12 |
2 files changed, 3 insertions, 12 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 0fcc248d74f5..f59253b06484 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -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 diff --git a/games/csmash/pkg-plist b/games/csmash/pkg-plist index 63c6d9d7f091..c20eb5b7d24b 100644 --- a/games/csmash/pkg-plist +++ b/games/csmash/pkg-plist @@ -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%% |