diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:36 +0800 |
commit | 7544e622bb28492c47245f5b40c363cc9d4a07d8 (patch) | |
tree | 3139f5e1941ac18753f84baa2f799e4689013265 /games | |
parent | 34b081f17ff61f072717e1d991c67255d4af5417 (diff) | |
download | freebsd-ports-graphics-7544e622bb28492c47245f5b40c363cc9d4a07d8.tar.gz freebsd-ports-graphics-7544e622bb28492c47245f5b40c363cc9d4a07d8.tar.zst freebsd-ports-graphics-7544e622bb28492c47245f5b40c363cc9d4a07d8.zip |
- Drop unneeded PLIST_DIRS
Diffstat (limited to 'games')
-rw-r--r-- | games/xworm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xworm/Makefile b/games/xworm/Makefile index 2bf1f316f54..23c77806bd0 100644 --- a/games/xworm/Makefile +++ b/games/xworm/Makefile @@ -19,8 +19,8 @@ MAKE_ARGS= CC="${CC}" INCDIR="-I${LOCALBASE}/include" \ LINUXLINK="-L${LOCALBASE}/lib -lXt -lX11 -lm" DATA= font grid raw -PLIST_FILES= bin/xworm ${DATA:S/^/%%DATADIR%%\/xworm./} -PLIST_DIRS= %%DATADIR%% +PLIST_FILES= bin/xworm \ + ${DATA:S/^/%%DATADIR%%\/xworm./} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xworm ${STAGEDIR}${PREFIX}/bin |