diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:01:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:01:00 +0000 |
commit | 627430fa978e91f10324aceafd16ed58a15be674 (patch) | |
tree | 7ad564f96f0dae3e5fda60fd4ca9b5d84c4899b9 | |
parent | 412a2db43dac2a364e635a3edcb64420db8289f8 (diff) | |
download | ports-627430fa978e91f10324aceafd16ed58a15be674.tar.gz ports-627430fa978e91f10324aceafd16ed58a15be674.zip |
Notes
-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%% |