diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-09 23:53:14 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-09 23:53:14 +0800 |
commit | f5682fcc1ae996e4c8a5a8391601eeaa0319a8db (patch) | |
tree | 637228f4e3a901203be2e5d7d2c4b2d318928c9c | |
parent | 91b060198d26b5668633b829dcb95aa6c733136c (diff) | |
download | freebsd-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/Makefile | 2 |
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> |