diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-13 22:00:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-13 22:00:39 +0800 |
commit | 4eca345eb4d0326e1580de034676c29976389daa (patch) | |
tree | 40bc35d98385b74eca9e7a7d2573582cd2356232 /games/asteroid | |
parent | 0d68e1c4882e9a2f1426f9676548225a18ecc009 (diff) | |
download | freebsd-ports-gnome-4eca345eb4d0326e1580de034676c29976389daa.tar.gz freebsd-ports-gnome-4eca345eb4d0326e1580de034676c29976389daa.tar.zst freebsd-ports-gnome-4eca345eb4d0326e1580de034676c29976389daa.zip |
- Drop @dirrm* from plist
- Add LICENSE_FILE
Diffstat (limited to 'games/asteroid')
-rw-r--r-- | games/asteroid/Makefile | 1 | ||||
-rw-r--r-- | games/asteroid/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/asteroid/Makefile b/games/asteroid/Makefile index b1c6fb48d28a..01587ad499da 100644 --- a/games/asteroid/Makefile +++ b/games/asteroid/Makefile @@ -10,6 +10,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Modern version of the arcade classic Asteroid LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= chazomaticus diff --git a/games/asteroid/pkg-plist b/games/asteroid/pkg-plist index cb04982435a7..37fcf7522fd6 100644 --- a/games/asteroid/pkg-plist +++ b/games/asteroid/pkg-plist @@ -10,6 +10,3 @@ share/applications/asteroid.desktop %%DATADIR%%/sfx/spawn_powerup.wav %%DATADIR%%/sfx/spawn_shot.wav share/icons/hicolor/scalable/apps/asteroid.svg -@dirrm %%DATADIR%%/sfx -@dirrm %%DATADIR%%/gfx -@dirrm %%DATADIR%% |