diff options
author | roam <roam@FreeBSD.org> | 2002-02-22 17:52:10 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-02-22 17:52:10 +0800 |
commit | 5bbc4d92c124ea76b1a32fb32005cbb861d21fd0 (patch) | |
tree | 5c1e2ebd091da8a24d577849143da94c19c69575 /ftp/curl | |
parent | f19b073239f405dc457c8ec10d7f1ddd433cd46a (diff) | |
download | freebsd-ports-gnome-5bbc4d92c124ea76b1a32fb32005cbb861d21fd0.tar.gz freebsd-ports-gnome-5bbc4d92c124ea76b1a32fb32005cbb861d21fd0.tar.zst freebsd-ports-gnome-5bbc4d92c124ea76b1a32fb32005cbb861d21fd0.zip |
Now that the pkg_install tools know how to handle symlinks,
unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.
Bump PORTREVISION for this (definitely package-related) change.
PR: ports/34491
Submitted by: Tom Payne <twp20@cam.ac.uk>
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 902083055684..3f5d30feb44b 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.9.2 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 656ef54ff5d4..f3351ab00084 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -8,5 +8,5 @@ include/curl/types.h @dirrm include/curl lib/libcurl.a lib/libcurl.la +lib/libcurl.so lib/libcurl.so.%%SHLIB_VER%% -@unexec rm -f %B/libcurl.so |