summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-06 12:52:05 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-06 12:52:05 +0000
commite506889b28493ef11c0554fcfde7d89c827a180c (patch)
tree8c37ea0cae56bc127cf6790656591752d97299d6 /ftp
parentPartially revert r284943 to enable building with base unzip. (diff)
Add stage support for linux-f10-* ports maintained by emulation@
(category ftp).
Notes
Notes: svn path=/head/; revision=329557
Diffstat (limited to 'ftp')
-rw-r--r--ftp/linux-f10-curl/Makefile9
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>