svn commit: r377249 - head/audio/baresip

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 17 21:21:50 UTC 2015


Author: bapt
Date: Sat Jan 17 21:21:49 2015
New Revision: 377249
URL: https://svnweb.freebsd.org/changeset/ports/377249
QAT: https://qat.redports.org/buildarchive/r377249/

Log:
  Remove useless @dirrm

Modified:
  head/audio/baresip/Makefile

Modified: head/audio/baresip/Makefile
==============================================================================
--- head/audio/baresip/Makefile	Sat Jan 17 21:13:20 2015	(r377248)
+++ head/audio/baresip/Makefile	Sat Jan 17 21:21:49 2015	(r377249)
@@ -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}
 


More information about the svn-ports-all mailing list