aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-08-08 22:15:32 +0800
committerbsam <bsam@FreeBSD.org>2009-08-08 22:15:32 +0800
commitdd399d7309a7a00f62427564ec4ca406bbb946e4 (patch)
tree03cc74c41b84cf8d40127f9f810b896bf2e89e3e /ftp
parentc7f1c7daeb36e3ebbf2238ea391fd4dabe74e749 (diff)
downloadfreebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.tar.gz
freebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.tar.zst
freebsd-ports-gnome-dd399d7309a7a00f62427564ec4ca406bbb946e4.zip
. LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;
. bump PORTREVISIONs. PR: ports/135341 Submitted by: amdmi3
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>