From b341dc074696253251bd0e2d2af1c102e87930ed Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 14 May 2013 21:40:14 +0000 Subject: [PATCH] unbreak now that cmake shared lib support has been fixed breakage spotted by naddy --- net/ocsync/Makefile | 4 +++- net/ocsync/pkg/PLIST | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/ocsync/Makefile b/net/ocsync/Makefile index 2b7c3b44b38..f78ee35649f 100644 --- a/net/ocsync/Makefile +++ b/net/ocsync/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2013/04/27 16:27:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2013/05/14 21:40:14 sthen Exp $ +SHARED_LIBS += ocsync 0.0 # 0.2 SHARED_ONLY= Yes COMMENT= bidirectional directories synchronizer (owncloud version) DISTNAME= ocsync-0.70.7 +REVISION= 0 EXTRACT_SUFX= .tar.bz2 CATEGORIES= net diff --git a/net/ocsync/pkg/PLIST b/net/ocsync/pkg/PLIST index 5cf9c55cc69..3422f069e4e 100644 --- a/net/ocsync/pkg/PLIST +++ b/net/ocsync/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2013/01/24 15:04:22 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.3 2013/05/14 21:40:14 sthen Exp $ @bin bin/ocsync include/ocsync/ include/ocsync/csync.h @@ -7,7 +7,7 @@ include/ocsync/csync_vio_file_stat.h include/ocsync/csync_vio_handle.h include/ocsync/csync_vio_method.h include/ocsync/csync_vio_module.h -lib/libocsync.so +@lib lib/libocsync.so.${LIBocsync_VERSION} lib/ocsync-0/ lib/ocsync-0/ocsync_owncloud.so lib/ocsync-0/ocsync_sftp.so