diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-17 21:21:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-17 21:21:49 +0000 |
commit | 0d377469491e1fbe412c38d8168e85dcdc34fcc2 (patch) | |
tree | 42eb6fc046e6498d1df600ce4d07e238fb5f5c35 /audio/baresip | |
parent | Get rid of one more @cwd (diff) |
Remove useless @dirrm
Notes
Notes:
svn path=/head/; revision=377249
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} |