svn commit: r331072 - head/devel/libvc

Jason Helfman jgh at FreeBSD.org
Sun Oct 20 23:32:26 UTC 2013


Author: jgh
Date: Sun Oct 20 23:32:25 2013
New Revision: 331072
URL: http://svnweb.freebsd.org/changeset/ports/331072

Log:
  - remove legacy file removal, bump portrevision
  
  Spotted by:	antoine@

Modified:
  head/devel/libvc/Makefile
  head/devel/libvc/pkg-plist

Modified: head/devel/libvc/Makefile
==============================================================================
--- head/devel/libvc/Makefile	Sun Oct 20 23:26:54 2013	(r331071)
+++ head/devel/libvc/Makefile	Sun Oct 20 23:32:25 2013	(r331072)
@@ -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>

Modified: head/devel/libvc/pkg-plist
==============================================================================
--- head/devel/libvc/pkg-plist	Sun Oct 20 23:26:54 2013	(r331071)
+++ head/devel/libvc/pkg-plist	Sun Oct 20 23:32:25 2013	(r331072)
@@ -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


More information about the svn-ports-all mailing list