diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 22:01:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 22:01:00 +0800 |
commit | 37420391eb0017560a7c89db4ce5c152af811202 (patch) | |
tree | 7ad564f96f0dae3e5fda60fd4ca9b5d84c4899b9 /games | |
parent | 07b260ef36cdce797664eeecee16e7251ade71da (diff) | |
download | freebsd-ports-gnome-37420391eb0017560a7c89db4ce5c152af811202.tar.gz freebsd-ports-gnome-37420391eb0017560a7c89db4ce5c152af811202.tar.zst freebsd-ports-gnome-37420391eb0017560a7c89db4ce5c152af811202.zip |
- Remove LICENSE, there's no mention of GPL
- Mark empty variable with comment
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/sdl_lopan/Makefile | 4 | ||||
-rw-r--r-- | games/sdl_lopan/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/sdl_lopan/Makefile b/games/sdl_lopan/Makefile index c26cae688150..d63f1cd5f523 100644 --- a/games/sdl_lopan/Makefile +++ b/games/sdl_lopan/Makefile @@ -15,13 +15,11 @@ EXTRACT_ONLY= sdllopan-${DISTVERSION}.tgz MAINTAINER= games@FreeBSD.org COMMENT= Mahjong game remake -LICENSE= GPLv2 - WRKSRC= ${WRKDIR}/sdllopan-${PORTVERSION} USES= gmake USE_SDL= sdl image mixer -ALL_TARGET= +ALL_TARGET= # empty PORTDOCS= Changelog README OPTIONS_DEFINE= DOCS diff --git a/games/sdl_lopan/pkg-plist b/games/sdl_lopan/pkg-plist index dc70a2e71947..7a052410e00e 100644 --- a/games/sdl_lopan/pkg-plist +++ b/games/sdl_lopan/pkg-plist @@ -36,5 +36,3 @@ share/pixmaps/sdl_lopan.png %%DATADIR%%/data/bg9.pcx %%DATADIR%%/data/tiles0.pcx %%DATADIR%%/data/tiles1.pcx -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% |