aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-01-09 23:53:14 +0800
committerpawel <pawel@FreeBSD.org>2016-01-09 23:53:14 +0800
commitf5682fcc1ae996e4c8a5a8391601eeaa0319a8db (patch)
tree637228f4e3a901203be2e5d7d2c4b2d318928c9c
parent91b060198d26b5668633b829dcb95aa6c733136c (diff)
downloadfreebsd-ports-gnome-f5682fcc1ae996e4c8a5a8391601eeaa0319a8db.tar.gz
freebsd-ports-gnome-f5682fcc1ae996e4c8a5a8391601eeaa0319a8db.tar.zst
freebsd-ports-gnome-f5682fcc1ae996e4c8a5a8391601eeaa0319a8db.zip
Remove deprecated @dirrm
Approved by: portmgr blanket
-rw-r--r--www/sitebar/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/sitebar/Makefile b/www/sitebar/Makefile
index d5b879754326..1ff8ff5e72e2 100644
--- a/www/sitebar/Makefile
+++ b/www/sitebar/Makefile
@@ -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}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.mk>