svn commit: r374193 - head/games/heroes

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 7 13:36:37 UTC 2014


Author: amdmi3
Date: Sun Dec  7 13:36:36 2014
New Revision: 374193
URL: https://svnweb.freebsd.org/changeset/ports/374193
QAT: https://qat.redports.org/buildarchive/r374193/

Log:
  - Pet portlint
  - Drop @dirrm* from plist

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

Modified: head/games/heroes/Makefile
==============================================================================
--- head/games/heroes/Makefile	Sun Dec  7 13:36:31 2014	(r374192)
+++ head/games/heroes/Makefile	Sun Dec  7 13:36:36 2014	(r374193)
@@ -47,7 +47,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lsmpeg -lm
 
 post-patch:
 	@for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \
-		${FIND} $${dir} -name "Makefile*" | ${XARGS} ${RM}; \
+		${FIND} $${dir} -name "Makefile*" -delete; \
 	done
 	@${RM} -f ${WRKSRC}/lib/getopt.h
 	@${RM} -f ${WRKSRC}/doc/*.info*

Modified: head/games/heroes/pkg-plist
==============================================================================
--- head/games/heroes/pkg-plist	Sun Dec  7 13:36:31 2014	(r374192)
+++ head/games/heroes/pkg-plist	Sun Dec  7 13:36:36 2014	(r374193)
@@ -212,10 +212,3 @@ share/locale/fr/LC_MESSAGES/heroes.mo
 share/locale/it/LC_MESSAGES/heroes.mo
 share/locale/nl/LC_MESSAGES/heroes.mo
 share/locale/pt_BR/LC_MESSAGES/heroes.mo
- at dirrm %%DATADIR%%/tilesets
- at dirrm %%DATADIR%%/sfx
- at dirrm %%DATADIR%%/pics
- at dirrm %%DATADIR%%/mod
- at dirrm %%DATADIR%%/levels
- at dirrm %%DATADIR%%/etc
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list