summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-08-08 14:15:32 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-08-08 14:15:32 +0000
commit1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5 (patch)
tree14c28da1894813ac8875df1a7af2df870191d8b2 /ftp
parentHardcode LATEST_LINK to not overlap with mail/qmailadmin (diff)
. LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;
. bump PORTREVISIONs. PR: ports/135341 Submitted by: amdmi3
Notes
Notes: svn path=/head/; revision=239160
Diffstat (limited to 'ftp')
-rw-r--r--ftp/linux-f10-curl/Makefile3
-rw-r--r--ftp/linux-f8-curl/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/ftp/linux-f10-curl/Makefile b/ftp/linux-f10-curl/Makefile
index 7ea9b6bc8735..43186455ba46 100644
--- a/ftp/linux-f10-curl/Makefile
+++ b/ftp/linux-f10-curl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.19.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp linux
PKGNAMEPREFIX= linux-f10-
DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \
@@ -36,5 +36,6 @@ 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
.include <bsd.port.mk>
diff --git a/ftp/linux-f8-curl/Makefile b/ftp/linux-f8-curl/Makefile
index 2c696408c5eb..2bbe6b897daf 100644
--- a/ftp/linux-f8-curl/Makefile
+++ b/ftp/linux-f8-curl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= curl
PORTVERSION= 7.18.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp linux
PKGNAMEPREFIX= linux-f8-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
@@ -29,5 +29,6 @@ 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
.include <bsd.port.mk>