summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/Makefile
diff options
context:
space:
mode:
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"