diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-22 02:00:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-22 02:00:25 +0800 |
commit | de011ab7867660418e89a7dba04adf382dfc600c (patch) | |
tree | ed34c7ef49e2894a31d359abafc5e653b6077640 | |
parent | 5cddc8a5515a0208f70c3bfad8c299960fb00ac2 (diff) | |
download | freebsd-ports-gnome-de011ab7867660418e89a7dba04adf382dfc600c.tar.gz freebsd-ports-gnome-de011ab7867660418e89a7dba04adf382dfc600c.tar.zst freebsd-ports-gnome-de011ab7867660418e89a7dba04adf382dfc600c.zip |
- Drop @dirrm* from plist
-rw-r--r-- | games/legends/Makefile | 4 | ||||
-rw-r--r-- | games/legends/pkg-plist | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/games/legends/Makefile b/games/legends/Makefile index c7049cbe4aa0..9c25caa0f8f5 100644 --- a/games/legends/Makefile +++ b/games/legends/Makefile @@ -16,8 +16,6 @@ EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Fast-paced first-person-perspective online multiplayer game -OPTIONS_DEFINE= DOCS - RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= makeself @@ -31,6 +29,8 @@ DATADIR= ${PREFIX}/lib/${PORTNAME} MAP_PACK= BTMappack-1.05.unf PLIST_SUB= MAP_PACK="${MAP_PACK}" +OPTIONS_DEFINE= DOCS + post-extract: @cd ${WRKDIR} && ${TAR} xf legends.tar diff --git a/games/legends/pkg-plist b/games/legends/pkg-plist index 2f52a365c803..b4342f77fe6a 100644 --- a/games/legends/pkg-plist +++ b/games/legends/pkg-plist @@ -32,9 +32,3 @@ bin/legends %%PORTDOCS%%%%DOCSDIR%%/default.keybinds.txt %%PORTDOCS%%%%DOCSDIR%%/linux.txt share/pixmaps/legends.ico -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/show -@dirrm %%DATADIR%%/legends/prefs -@dirrm %%DATADIR%%/legends -@dirrm %%DATADIR%%/common -@dirrm %%DATADIR%% |