diff options
Diffstat (limited to 'devel/libvc/Makefile')
-rw-r--r-- | devel/libvc/Makefile | 6 |
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> |