summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/Makefile
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2011-07-19 07:54:30 +0000
committermanu <manu@pkgsrc.org>2011-07-19 07:54:30 +0000
commitc88ed3c4af019b684c5a993228b185cd8470449e (patch)
tree008b98451baacb313b78a5a45da686bb991be051 /filesystems/glusterfs/Makefile
parent3f325966dfb925f490ada6f1341c1770d1ba5adf (diff)
downloadpkgsrc-c88ed3c4af019b684c5a993228b185cd8470449e.tar.gz
Enable georeplication
Diffstat (limited to 'filesystems/glusterfs/Makefile')
-rw-r--r--filesystems/glusterfs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 0e22c955b4d..51e5d1f37e8 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2011/07/08 08:02:56 manu Exp $
+# $NetBSD: Makefile,v 1.13 2011/07/19 07:54:31 manu Exp $
#
DISTNAME= glusterfs-3.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.1/
@@ -72,6 +72,8 @@ BUILD_DEFS+= VARBASE
RCD_SCRIPTS= glusterfsd glusterd
+PLIST_SRC= ${PLIST_SRC_DFLT}
+
post-build:
cp ${WRKSRC}/doc/glusterd.vol ${WRKSRC}/doc/glusterd.vol.sample
@@ -85,6 +87,8 @@ post-install:
CFLAGS+= -g
INSTALL_UNSTRIPPED= yes
+.include "options.mk"
+
.include "../../mk/bsd.prefs.mk"
.include "../../lang/python/application.mk"
.if ${OPSYS} == "NetBSD"