summaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-06-02 20:39:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-06-02 20:39:13 +0000
commit290fde76500fae0724e82015761bc52324b0c707 (patch)
treeec384af59566ee9ae4b2e668b50d7eea13059c15 /ftp/curl
parentRemove empty directory on deinstall (diff)
Add a manpage to MAN1
Submitted by: bento
Notes
Notes: svn path=/head/; revision=29116
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 1251a48865f1..ab1abcd64fcd 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -17,6 +17,8 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \
MAINTAINER= kris@FreeBSD.org
+MAN1= curl.1
+
.if defined(WITH_SSL)
USE_OPENSSL= RSA
.endif