View | Details | Raw Unified | Return to bug 178397 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	moosefs
4
PORTNAME=	moosefs
5
PORTREVISION=	#
5
PORTVERSION=	#set via include
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
PKGNAMESUFFIX=	-client
7
PKGNAMESUFFIX=	-client
8
.include "${.CURDIR}/../moosefs-master/bsd.port.moosefs.mk"
8
.include "${.CURDIR}/../moosefs-master/bsd.port.moosefs.mk"
Lines 34-37 Link Here
34
	${REINPLACE_CMD} -e 's;^general_mans;#general_mans;g' ${WRKSRC}/doc/Makefile.am \
34
	${REINPLACE_CMD} -e 's;^general_mans;#general_mans;g' ${WRKSRC}/doc/Makefile.am \
35
		${WRKSRC}/doc/Makefile.in
35
		${WRKSRC}/doc/Makefile.in
36
36
37
post-install:
38
	@if [ ! -f ${PREFIX}/etc/mfsmount.cfg ]; then \
39
		${CP} ${PREFIX}/etc/mfs/mfsmount.cfg.dist ${PREFIX}/etc/mfsmount.cfg ; \
40
	fi
41
37
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
file metadata) and with chunkservers (to exchange actual file
5
file metadata) and with chunkservers (to exchange actual file
6
data).
6
data).
7
7
8
WWW:	http://www.moosefs.org/
8
WWW: http://www.moosefs.org/
(-)pkg-plist (-1 / +4 lines)
Lines 18-21 Link Here
18
bin/mfsmount
18
bin/mfsmount
19
bin/mfstools
19
bin/mfstools
20
bin/mfssnapshot
20
bin/mfssnapshot
21
etc/mfsmount.cfg.dist
21
@unexec if cmp -s %D/etc/mfs/mfsmount.cfg.dist %D/etc/mfsmount.cfg; then rm -f %D/etc/mfsmount.cfg; fi
22
etc/mfs/mfsmount.cfg.dist
23
@exec  if [ ! -f %D/etc/mfsmount.cfg ]; then /bin/cp %D/%F %D/etc/mfsmount.cfg; fi
24
@dirrm etc/mfs

Return to bug 178397