diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 12:52:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 12:52:05 +0000 |
commit | e506889b28493ef11c0554fcfde7d89c827a180c (patch) | |
tree | 8c37ea0cae56bc127cf6790656591752d97299d6 /ftp/linux-f10-curl | |
parent | 38c87a53f7563a159f27660a39f08d67ee2425ac (diff) |
Notes
Diffstat (limited to 'ftp/linux-f10-curl')
-rw-r--r-- | ftp/linux-f10-curl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ftp/linux-f10-curl/Makefile b/ftp/linux-f10-curl/Makefile index b9b0a9e25e5e..3893c1e8ef9c 100644 --- a/ftp/linux-f10-curl/Makefile +++ b/ftp/linux-f10-curl/Makefile @@ -16,7 +16,7 @@ ALWAYS_KEEP_DISTFILES= YES .endif MAINTAINER= emulation@FreeBSD.org -COMMENT= The command line tool for transferring files with URL syntax (Linux Fedora 10) +COMMENT= Command line tool for transferring files with URL syntax (Linux Fedora 10) CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* @@ -28,12 +28,9 @@ USE_LDCONFIG= yes BRANDELF_FILES= usr/bin/curl DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 +PLIST_FILES= usr/bin/curl usr/lib/libcurl.so.4 usr/lib/libcurl.so.4.1.1 \ + usr/share/man/man1/curl.1.gz DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting -MANPREFIX= ${PREFIX}/usr/share -MAN1= curl.1 -MANCOMPRESSED= yes -NO_STAGE= yes .include <bsd.port.mk> |