diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-16 17:55:30 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-02-16 17:55:30 +0000 |
commit | 39caa7b063f260cca1d6d3a04687b31f7433e0fa (patch) | |
tree | 63d590b5d5ff2aabfa11ebf25724d4cd4e7e7e70 /sysutils/fusefs-s3fs/Makefile | |
parent | 1e415e82ff540ba3cf706a6f184c6fd4ec0c5f71 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-s3fs/Makefile')
-rw-r--r-- | sysutils/fusefs-s3fs/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index f35b5f229ca1..121190ad4cae 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -1,15 +1,9 @@ -# New ports collection makefile for: fusefs-s3fs -# Date created: 2009-04-11 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# # $FreeBSD$ -# PORTNAME= s3fs -DISTVERSION= 1.19 -PORTREVISION= 1 +PORTVERSION= 1.61 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- MAINTAINER= gslin@gslin.org @@ -19,8 +13,13 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_FUSE= yes PLIST_FILES= bin/s3fs +USE_FUSE= yes + +MAN1= s3fs.1 + +post-patch: + ${REINPLACE_CMD} -e 's/libcrypto >= 0.9//g' ${WRKSRC}/configure post-install: @${CAT} ${PKGMESSAGE} |