svn commit: r377181 - head/games/jaggedalliance2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 16 15:36:30 UTC 2015


Author: amdmi3
Date: Fri Jan 16 15:36:29 2015
New Revision: 377181
URL: https://svnweb.freebsd.org/changeset/ports/377181
QAT: https://qat.redports.org/buildarchive/r377181/

Log:
  - Drop @dirrm* from plist
  - Add empty directory to plist
  - Don't show pkg-message from the Makefile
  
  Approved by:	portmgr blanket

Modified:
  head/games/jaggedalliance2/Makefile
  head/games/jaggedalliance2/pkg-plist

Modified: head/games/jaggedalliance2/Makefile
==============================================================================
--- head/games/jaggedalliance2/Makefile	Fri Jan 16 15:35:05 2015	(r377180)
+++ head/games/jaggedalliance2/Makefile	Fri Jan 16 15:36:29 2015	(r377181)
@@ -55,7 +55,6 @@ MAKE_ARGS+=	PREFIX=${STAGEDIR}${PREFIX} 
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/Data/TILECACHE
-	@${CAT} ${PKGMESSAGE}
 
 lowercase:
 	@for i in \

Modified: head/games/jaggedalliance2/pkg-plist
==============================================================================
--- head/games/jaggedalliance2/pkg-plist	Fri Jan 16 15:35:05 2015	(r377180)
+++ head/games/jaggedalliance2/pkg-plist	Fri Jan 16 15:36:29 2015	(r377181)
@@ -2,6 +2,4 @@ bin/ja2
 man/man6/ja2.6.gz
 share/applications/ja2-stracciatella.desktop
 share/pixmaps/jagged2.ico
- at dirrmtry %%DATADIR%%/Data/TILECACHE
- at dirrmtry %%DATADIR%%/Data
- at dirrmtry %%DATADIR%%
+ at dir %%DATADIR%%/Data/TILECACHE


More information about the svn-ports-all mailing list