Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 09:06:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386849 - head/games/megaglest-data
Message-ID:  <201505200906.t4K96hqW044245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 20 09:06:43 2015
New Revision: 386849
URL: https://svnweb.freebsd.org/changeset/ports/386849

Log:
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket

Modified:
  head/games/megaglest-data/Makefile

Modified: head/games/megaglest-data/Makefile
==============================================================================
--- head/games/megaglest-data/Makefile	Wed May 20 09:05:41 2015	(r386848)
+++ head/games/megaglest-data/Makefile	Wed May 20 09:06:43 2015	(r386849)
@@ -25,14 +25,11 @@ pre-install:
 	${RM} -f ${PLIST}
 .for DIR in data maps scenarios techs tilesets tutorials
 	@cd ${WRKSRC} && \
-		${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@exec ${MKDIR} %D/%%DATADIR%%/|' -e 's|$$| > /dev/null 2>\&1|' >> ${PLIST} && \
-		${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
-		${FIND} ${DIR} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
+		${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@dir %%DATADIR%%/|' >> ${PLIST} && \
+		${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST}
 .endfor
 	@${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST}
 	@${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST}
-	@${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST}
-	@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/glest_factions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505200906.t4K96hqW044245>