aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-06-16 01:46:07 +0800
committerobraun <obraun@FreeBSD.org>2003-06-16 01:46:07 +0800
commit425962657c5a3c7942bc8b42291f7ee216eecd9a (patch)
treeecec1e67f557b3e142f0421f1ffdf0b82cf4ba29
parent5e12faa9a5c4d7c621ba5f48601fb70c4419da43 (diff)
downloadfreebsd-ports-gnome-425962657c5a3c7942bc8b42291f7ee216eecd9a.tar.gz
freebsd-ports-gnome-425962657c5a3c7942bc8b42291f7ee216eecd9a.tar.zst
freebsd-ports-gnome-425962657c5a3c7942bc8b42291f7ee216eecd9a.zip
Upgrade to 003.
-rw-r--r--devel/libvc/Makefile6
-rw-r--r--devel/libvc/distinfo2
-rw-r--r--devel/libvc/pkg-plist2
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