summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/glusterfs/Makefile')
-rw-r--r--filesystems/glusterfs/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 402d6eb33a3..a915679be3e 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2011/05/12 10:28:47 manu Exp $
+# $NetBSD: Makefile,v 1.9 2011/05/19 14:54:22 manu Exp $
#
-DISTNAME= glusterfs-3.1.4
-PKGREVISION= 2
+DISTNAME= glusterfs-3.2.0
CATEGORIES= filesystems
-MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.1/LATEST/
+MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/LATEST/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gluster.org/
@@ -71,7 +70,11 @@ post-install:
${INSTALL_SCRIPT} ${DESTDIR}/sbin/mount.glusterfs \
${DESTDIR}/${PREFIX}/sbin/
${INSTALL_SCRIPT} ${FILESDIR}/xattr-init.sh \
- ${DESTDIR}/${PREFIX}/etc/glusterfs
+ ${DESTDIR}/${PREFIX}/etc/glusterfs/
+
+# Debug
+CFLAGS+= -g
+INSTALL_UNSTRIPPED= yes
.include "../../mk/bsd.prefs.mk"
.include "../../lang/python/application.mk"