mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Fix plist
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
This commit is contained in:
parent
d321dbc9a8
commit
ee98a85b2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274981
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= erlyvideo
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://host5.webstroy.ru/
|
||||
|
||||
@ -39,6 +40,7 @@ post-patch:
|
||||
${WRKSRC}/priv/${PORTNAME}.conf.sample
|
||||
@${FIND} ${WRKSRC} -type f -name .gitignore | ${XARGS} ${RM}
|
||||
@${FIND} ${WRKSRC} -type f -name "*.bak" | ${XARGS} ${RM}
|
||||
@${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM}
|
||||
@${RMDIR} ${WRKSRC}/src/plugins
|
||||
|
||||
do-install:
|
||||
|
@ -1370,7 +1370,6 @@ lib/erlang/lib/rtsp-%%PORTVERSION%%/ebin/rtsp_tests.beam
|
||||
@dirrm %%WWWDIR%%/wwwroot/admin
|
||||
@dirrm %%WWWDIR%%/wwwroot
|
||||
@dirrm %%WWWDIR%%
|
||||
@dirrm lib/erlang/lib/rtsp-%%PORTVERSION%%/include
|
||||
@dirrm lib/erlang/lib/rtsp-%%PORTVERSION%%/ebin
|
||||
@dirrm lib/erlang/lib/rtsp-%%PORTVERSION%%
|
||||
@dirrm lib/erlang/lib/rtp-%%PORTVERSION%%/include
|
||||
|
Loading…
Reference in New Issue
Block a user