mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- remove legacy file removal, bump portrevision
Spotted by: antoine@
This commit is contained in:
parent
30184d1118
commit
c82b653577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331072
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libvc
|
||||
PORTVERSION= 003
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/rolo/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -25,6 +25,5 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${RM} -f ${PREFIX}/lib/libvc.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
include/vc.h
|
||||
lib/libvc.a
|
||||
lib/libvc.la
|
||||
lib/libvc.so
|
||||
lib/libvc.so.0
|
||||
man/man3/vc.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user