aboutsummaryrefslogtreecommitdiff
path: root/devel/libvc/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-06-15 17:46:07 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-06-15 17:46:07 +0000
commit7825816297b8c4b1286d777d0c2080e32aa409b8 (patch)
treeca1904c04e9f9c94f9182daff299fdabaee2d833 /devel/libvc/Makefile
parent1ba91bb7e14c0f15eeebb9166ae4aa88328f3e93 (diff)
downloadports-7825816297b8c4b1286d777d0c2080e32aa409b8.tar.gz
ports-7825816297b8c4b1286d777d0c2080e32aa409b8.zip
Notes
Diffstat (limited to 'devel/libvc/Makefile')
-rw-r--r--devel/libvc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile
index df23ef60d6ba..7700ba152a70 100644
--- a/devel/libvc/Makefile
+++ b/devel/libvc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libvc
-PORTVERSION= 002
+PORTVERSION= 003
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rolo
@@ -17,15 +17,17 @@ COMMENT= A vCard library
USE_BZIP2= yes
USE_BISON= yes
GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
MAN3= vc.3
-.if !defined(NOPORTDOCS)
post-install:
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR}
.endfor
.endif
+ @${RM} -f ${PREFIX}/lib/libvc.la
.include <bsd.port.mk>