diff options
author | bapt <bapt@FreeBSD.org> | 2015-01-18 05:21:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-01-18 05:21:49 +0800 |
commit | 846cd910b3a5b81c11aab97a0ddcfdca0062400f (patch) | |
tree | 42eb6fc046e6498d1df600ce4d07e238fb5f5c35 /audio/baresip | |
parent | c28fee6b7081dffef3a115d13d3a40704bf0953c (diff) | |
download | freebsd-ports-gnome-846cd910b3a5b81c11aab97a0ddcfdca0062400f.tar.gz freebsd-ports-gnome-846cd910b3a5b81c11aab97a0ddcfdca0062400f.tar.zst freebsd-ports-gnome-846cd910b3a5b81c11aab97a0ddcfdca0062400f.zip |
Remove useless @dirrm
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index d9ce731d9ae4..83851a3cbe50 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -124,8 +124,6 @@ post-install: ${STAGEDIR}${PREFIX}/lib/baresip/modules; \ ${ECHO_CMD} lib/${PORTNAME}/modules/$$m.so >> ${TMPPLIST}; \ done - ${ECHO_CMD} "@dirrm lib/baresip/modules" >> ${TMPPLIST} - ${ECHO_CMD} "@dirrm lib/baresip" >> ${TMPPLIST} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} |