summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-08-31 23:55:38 +0000
committergdt <gdt@pkgsrc.org>2020-08-31 23:55:38 +0000
commit8fd733ab1f1b5c785fc4ec6ea8ea94c0398b6df9 (patch)
tree0c91b1caae15dae49d2e43280fe85abdf08f5953 /filesystems
parent1342ea5d4e9f75a100fcde155396a6b634d2db7a (diff)
downloadpkgsrc-8fd733ab1f1b5c785fc4ec6ea8ea94c0398b6df9.tar.gz
filesystems/glusterfs: Adjust SUBST to current reality
Drop two SUBST blocks that no longer do anything. Change a SUBST pattern to adjust to the file in newer releases. Builds on netbsd-8. OK manu@.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/glusterfs/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 246d9121cd5..39f7288ecee 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2020/07/27 16:06:08 manu Exp $
+# $NetBSD: Makefile,v 1.101 2020/08/31 23:55:38 gdt Exp $
DISTNAME= glusterfs-8.0
PKGREVISION= 1
@@ -81,20 +81,14 @@ SUBST_STAGE.mtab= post-build
SUBST_FILES.mtab= doc/mount.glusterfs.8
SUBST_FILES.mtab= libglusterfs/src/compat.h
SUBST_FILES.mtab= xlators/mount/fuse/utils/mount.glusterfs.in
-SUBST_SED.mtab= -e "s,/etc/mtab,/proc/mounts,g"
+SUBST_SED.mtab= -e "s,mtab,/proc/mounts,g"
SUBST_CLASSES+= etc
SUBST_STAGE.etc= pre-build
SUBST_FILES.etc+= libglusterfs/src/logging.c
-SUBST_FILES.etc+= extras/ocf/volume
SUBST_FILES.etc+= doc/glusterfsd.8
SUBST_SED.etc= -e "s,/etc/gluster,${PREFIX}/etc/gluster,g"
-SUBST_CLASSES+= vol
-SUBST_STAGE.vol= post-build
-SUBST_FILES.vol= extras/Makefile
-SUBST_SED.vol= -e "/vol_DATA/s/glusterd.vol/glusterd.vol.sample/g"
-
#EGDIR= ${PREFIX}/etc/glusterfs
#CONF_FILES+= ${EGDIR}/glusterd.vol.sample ${EGDIR}/glusterd.vol
OWN_DIRS+= ${VARBASE}/log/glusterfs