svn commit: r405640 - head/www/sitebar
Pawel Pekala
pawel at FreeBSD.org
Sat Jan 9 15:53:16 UTC 2016
Author: pawel
Date: Sat Jan 9 15:53:14 2016
New Revision: 405640
URL: https://svnweb.freebsd.org/changeset/ports/405640
Log:
Remove deprecated @dirrm
Approved by: portmgr blanket
Modified:
head/www/sitebar/Makefile
Modified: head/www/sitebar/Makefile
==============================================================================
--- head/www/sitebar/Makefile Sat Jan 9 15:50:09 2016 (r405639)
+++ head/www/sitebar/Makefile Sat Jan 9 15:53:14 2016 (r405640)
@@ -24,7 +24,5 @@ do-install:
${FIND} . ! -type d -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \;
@${FIND} ${STAGEDIR}${DATADIR} ! -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list