summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-02-22 09:52:10 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-02-22 09:52:10 +0000
commitad70fbdb998e52d96549389b83953fe256cf8eab (patch)
treeaf676dcd3a6451c8db935cdc706861aba7c53efb /ftp
parentMake the strcasestr() definition conditional on OSVERSION. (diff)
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>
Notes
Notes: svn path=/head/; revision=55080
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile1
-rw-r--r--ftp/curl/pkg-plist2
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