aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-chironfs
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-06-21 22:41:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-06-21 22:41:43 +0000
commitd0fd29b604ea7ac6232d17568d800879021fa58a (patch)
treea284628f67670de58d145f1b9321358e30d7fc51 /sysutils/fusefs-chironfs
parent7d76d8e4c9171d3c0ac080b9771349d674823f55 (diff)
downloadports-d0fd29b604ea7ac6232d17568d800879021fa58a.tar.gz
ports-d0fd29b604ea7ac6232d17568d800879021fa58a.zip
- fix plist for NOPORTDOCS=yes
- bump PORTREVISION Noticed by: "QA Tindy"
Notes
Notes: svn path=/head/; revision=215501
Diffstat (limited to 'sysutils/fusefs-chironfs')
-rw-r--r--sysutils/fusefs-chironfs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/fusefs-chironfs/Makefile b/sysutils/fusefs-chironfs/Makefile
index a626e77a35d1..7379d5d4c846 100644
--- a/sysutils/fusefs-chironfs/Makefile
+++ b/sysutils/fusefs-chironfs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= chironfs
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= fusefs-
@@ -24,6 +25,11 @@ PLIST_FILES= bin/chironfs bin/chirctl
PORTDOCS= *
MAN8= chironfs.8
+post-patch:
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in
+.endif
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000 # Inherited from sysutils/fusefs-kmod