Thu Nov 20 16:13:07 2014 UTC ()
Remove trailing whitespace.


(wiz)
diff -r1.44 -r1.45 pkgsrc/filesystems/glusterfs/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/filesystems/glusterfs/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/glusterfs/Makefile 2014/11/18 14:38:15 1.44
+++ pkgsrc/filesystems/glusterfs/Makefile 2014/11/20 16:13:07 1.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.44 2014/11/18 14:38:15 manu Exp $ 1# $NetBSD: Makefile,v 1.45 2014/11/20 16:13:07 wiz Exp $
2 2
3DISTNAME= glusterfs-3.6.0 3DISTNAME= glusterfs-3.6.0
4#PKGREVISION= 1 4#PKGREVISION= 1
5CATEGORIES= filesystems 5CATEGORIES= filesystems
6MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ 6MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gluster.org/ 9HOMEPAGE= http://www.gluster.org/
10COMMENT= Cluster filesystem 10COMMENT= Cluster filesystem
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
@@ -74,27 +74,27 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSC @@ -74,27 +74,27 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSC
74PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} 74PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
75MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS} 75MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS}
76 76
77pre-build: 77pre-build:
78 cd ${WRKSRC}/extras && \ 78 cd ${WRKSRC}/extras && \
79 echo "glusterd.vol.sample: glusterd.vol" >> Makefile && \ 79 echo "glusterd.vol.sample: glusterd.vol" >> Makefile && \
80 echo " cp glusterd.vol glusterd.vol.sample" >> Makefile 80 echo " cp glusterd.vol glusterd.vol.sample" >> Makefile
81 81
82post-install: 82post-install:
83 ${INSTALL_SCRIPT} ${DESTDIR}/sbin/mount_glusterfs \ 83 ${INSTALL_SCRIPT} ${DESTDIR}/sbin/mount_glusterfs \
84 ${DESTDIR}/${PREFIX}/sbin/mount_glusterfs 84 ${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
85 85
86# Debug 86# Debug
87CFLAGS+= -g  87CFLAGS+= -g
88INSTALL_UNSTRIPPED= yes 88INSTALL_UNSTRIPPED= yes
89CONFIGURE_ARGS+= --enable-debug 89CONFIGURE_ARGS+= --enable-debug
90#.include "../../devel/boehm-gc/buildlink3.mk" 90#.include "../../devel/boehm-gc/buildlink3.mk"
91#CFLAGS+=-DGC_DEBUG 91#CFLAGS+=-DGC_DEBUG
92#CFLAGS+=-include gc.h 92#CFLAGS+=-include gc.h
93#LIBS+=-lgc 93#LIBS+=-lgc
94 94
95.include "../../mk/bsd.prefs.mk" 95.include "../../mk/bsd.prefs.mk"
96#.include "../../devel/argp/buildlink3.mk" 96#.include "../../devel/argp/buildlink3.mk"
97.include "../../textproc/libxml2/buildlink3.mk" 97.include "../../textproc/libxml2/buildlink3.mk"
98.include "../../lang/python/application.mk" 98.include "../../lang/python/application.mk"
99.include "../../lang/python/extension.mk" 99.include "../../lang/python/extension.mk"
100 100