diff --git a/games/torrent/Makefile b/games/torrent/Makefile index 5f7c72565c4f..6b496b285347 100644 --- a/games/torrent/Makefile +++ b/games/torrent/Makefile @@ -12,15 +12,15 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Score points without letting the tiles touch the top of the board GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_SDL= sdl mixer image ttf CPPFLAGS+= `${SDL_CONFIG} --cflags` LDFLAGS+= `${SDL_CONFIG} --libs` -MAN6= torrent.6 +PLIST_FILES= bin/${PORTNAME} man/man6/torrent.6.gz +PORTDATA= * -NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' diff --git a/games/torrent/pkg-plist b/games/torrent/pkg-plist deleted file mode 100644 index ea6bc5f96ff7..000000000000 --- a/games/torrent/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/torrent -%%DATADIR%%/fonts/amerdreams.ttf -%%DATADIR%%/pics/help.png -%%DATADIR%%/pics/main.png -%%DATADIR%%/pics/set1/blank.png -%%DATADIR%%/pics/set1/blue.png -%%DATADIR%%/pics/set1/blue_bomb.png -%%DATADIR%%/pics/set1/gold.png -%%DATADIR%%/pics/set1/gold_bomb.png -%%DATADIR%%/pics/set1/green.png -%%DATADIR%%/pics/set1/green_bomb.png -%%DATADIR%%/pics/set1/purple.png -%%DATADIR%%/pics/set1/purple_bomb.png -%%DATADIR%%/pics/set1/red.png -%%DATADIR%%/pics/set1/red_bomb.png -%%DATADIR%%/pics/sg_icon.png -%%DATADIR%%/pics/shiftygames.png -%%DATADIR%%/pics/sound_high.png -%%DATADIR%%/pics/sound_low.png -%%DATADIR%%/pics/sound_medium.png -%%DATADIR%%/sounds/bomb.ogg -%%DATADIR%%/sounds/bonus.ogg -%%DATADIR%%/sounds/cheering.ogg -%%DATADIR%%/sounds/click.ogg -%%DATADIR%%/sounds/gameover.ogg -%%DATADIR%%/sounds/levelover.ogg -%%DATADIR%%/sounds/over.ogg -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/pics/set1 -@dirrm %%DATADIR%%/pics -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%