From c82b653577f2d33b85d54127f1cad302397b4348 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sun, 20 Oct 2013 23:32:25 +0000 Subject: [PATCH] - remove legacy file removal, bump portrevision Spotted by: antoine@ --- devel/libvc/Makefile | 3 +-- devel/libvc/pkg-plist | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile index f68e65bbf75a..e59a98b686f9 100644 --- a/devel/libvc/Makefile +++ b/devel/libvc/Makefile @@ -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 diff --git a/devel/libvc/pkg-plist b/devel/libvc/pkg-plist index eba9222b8dbe..00237cb37a3e 100644 --- a/devel/libvc/pkg-plist +++ b/devel/libvc/pkg-plist @@ -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