diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-15 17:46:07 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-15 17:46:07 +0000 |
commit | 7825816297b8c4b1286d777d0c2080e32aa409b8 (patch) | |
tree | ca1904c04e9f9c94f9182daff299fdabaee2d833 /devel/libvc | |
parent | 1ba91bb7e14c0f15eeebb9166ae4aa88328f3e93 (diff) | |
download | ports-7825816297b8c4b1286d777d0c2080e32aa409b8.tar.gz ports-7825816297b8c4b1286d777d0c2080e32aa409b8.zip |
Notes
Diffstat (limited to 'devel/libvc')
-rw-r--r-- | devel/libvc/Makefile | 6 | ||||
-rw-r--r-- | devel/libvc/distinfo | 2 | ||||
-rw-r--r-- | devel/libvc/pkg-plist | 2 |
3 files changed, 7 insertions, 3 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> diff --git a/devel/libvc/distinfo b/devel/libvc/distinfo index 40e3891edf87..ede0f3e3da46 100644 --- a/devel/libvc/distinfo +++ b/devel/libvc/distinfo @@ -1 +1 @@ -MD5 (libvc-002.tar.bz2) = 213e4a8cdf1e2adb7d28293c7cb7f62b +MD5 (libvc-003.tar.bz2) = e6bba5c83c34754639460c0bedbf72dc diff --git a/devel/libvc/pkg-plist b/devel/libvc/pkg-plist index 9b45fd7905d7..63fff440834d 100644 --- a/devel/libvc/pkg-plist +++ b/devel/libvc/pkg-plist @@ -1,4 +1,6 @@ lib/libvc.a +lib/libvc.so +lib/libvc.so.0 include/vc.h %%PORTDOCS%%share/doc/libvc/AUTHORS %%PORTDOCS%%share/doc/libvc/ChangeLog |