svn commit: r373982 - head/games/linux-nwnclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 19:46:41 UTC 2014


Author: amdmi3
Date: Thu Dec  4 19:46:40 2014
New Revision: 373982
URL: https://svnweb.freebsd.org/changeset/ports/373982
QAT: https://qat.redports.org/buildarchive/r373982/

Log:
  - Remove unneeded dotfile which breaks stage-qa
  - Drop @dirrm* from plist
  - Add empty directory to plist
  
  Approved by:	portmgr blanket

Modified:
  head/games/linux-nwnclient/Makefile
  head/games/linux-nwnclient/pkg-plist

Modified: head/games/linux-nwnclient/Makefile
==============================================================================
--- head/games/linux-nwnclient/Makefile	Thu Dec  4 19:40:37 2014	(r373981)
+++ head/games/linux-nwnclient/Makefile	Thu Dec  4 19:46:40 2014	(r373982)
@@ -80,6 +80,7 @@ do-extract:
 		${RM} ${WRKSRC}/SDL-1.2.5/*; \
 		${RMDIR} ${WRKSRC}/SDL-1.2.5; \
 	fi
+	@${FIND} ${WRKSRC} -type f -name ".*" -delete
 
 do-configure:
 	${SED} -e 's|%%NWNDATADIR%%|${NWNDATADIR}|' \

Modified: head/games/linux-nwnclient/pkg-plist
==============================================================================
--- head/games/linux-nwnclient/pkg-plist	Thu Dec  4 19:40:37 2014	(r373981)
+++ head/games/linux-nwnclient/pkg-plist	Thu Dec  4 19:46:40 2014	(r373982)
@@ -88,14 +88,4 @@ bin/nwn
 %%DIAMOND%%%%DATADIR%%/texturepacks/xp2_tex_tpa.erf
 %%DIAMOND%%%%DATADIR%%/xp2patch.key
 %%DATADIR%%/xp3.key
-%%DIAMOND%%@dirrm %%DATADIR%%/texturepacks
- at dirrm %%DATADIR%%/override
-%%NWMOVIES%%@dirrm %%DATADIR%%/nwmovies/libdis
-%%NWMOVIES%%@dirrm %%DATADIR%%/nwmovies
- at dirrm %%DATADIR%%/nwm
- at dirrm %%DATADIR%%/music
- at dirrm %%DATADIR%%/miles
- at dirrm %%DATADIR%%/lib
- at dirrm %%DATADIR%%/data
- at dirrm %%DATADIR%%/ambient
- at dirrm %%DATADIR%%
+ at dir %%DATADIR%%/lib


More information about the svn-ports-head mailing list