svn commit: r405636 - head/x11-fonts/droid-fonts-ttf

Pawel Pekala pawel at FreeBSD.org
Sat Jan 9 15:01:25 UTC 2016


Author: pawel
Date: Sat Jan  9 15:01:24 2016
New Revision: 405636
URL: https://svnweb.freebsd.org/changeset/ports/405636

Log:
  Remove deprecated @dirrm
  
  PR:		206073
  Submitted by:	myself
  Approved by:	portmgr (blanket)

Modified:
  head/x11-fonts/droid-fonts-ttf/Makefile

Modified: head/x11-fonts/droid-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/droid-fonts-ttf/Makefile	Sat Jan  9 14:59:54 2016	(r405635)
+++ head/x11-fonts/droid-fonts-ttf/Makefile	Sat Jan  9 15:01:24 2016	(r405636)
@@ -48,7 +48,6 @@ maketar: do-clean extract
 	${SED} 's|^|%%FONTSDIR%%/|' ${MS_FONTS} > ${MS_PLIST}
 	${ECHO_CMD} "%%FONTSDIR%%/fonts.dir" >> ${MS_PLIST}
 	${ECHO_CMD} "%%FONTSDIR%%/fonts.scale" >> ${MS_PLIST}
-	${ECHO_CMD} "@dirrm %%FONTSDIR%%" >> ${MS_PLIST}
 	${INSTALL} -m 600 ${MS_PLIST} ${PLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list