aboutsummaryrefslogtreecommitdiffstats
path: root/net/vblade/files
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-09-14 21:33:53 +0800
committerfjoe <fjoe@FreeBSD.org>2010-09-14 21:33:53 +0800
commitd3c38bc0e2f7ec86b4c0e689b8c33d81e3c2e0e8 (patch)
tree8c7719f43bb50c10c8e7e9014636ab69b5ca4125 /net/vblade/files
parent0fff1af1a26a0e350f510a10cc6d2dcffd66db63 (diff)
downloadfreebsd-ports-gnome-d3c38bc0e2f7ec86b4c0e689b8c33d81e3c2e0e8.tar.gz
freebsd-ports-gnome-d3c38bc0e2f7ec86b4c0e689b8c33d81e3c2e0e8.tar.zst
freebsd-ports-gnome-d3c38bc0e2f7ec86b4c0e689b8c33d81e3c2e0e8.zip
New port: The vblade is the virtual EtherDrive (R) blade, a program that
makes a seekable file available over an ethernet local area network (LAN) via the ATA over Ethernet (AoE) protocol. The seekable file is typically a block device like /dev/md0 but even regular files will work. Sparse files can be especially convenient. When vblade exports the block storage over AoE it becomes a storage target. Another host on the same LAN can access the storage if it has a compatible aoe kernel driver.
Diffstat (limited to 'net/vblade/files')
-rw-r--r--net/vblade/files/patch-makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/vblade/files/patch-makefile b/net/vblade/files/patch-makefile
new file mode 100644
index 000000000000..69a312165865
--- /dev/null
+++ b/net/vblade/files/patch-makefile
@@ -0,0 +1,25 @@
+--- makefile.orig 2008-10-09 04:07:40.000000000 +0700
++++ makefile 2010-09-13 20:48:07.000000000 +0700
+@@ -3,10 +3,9 @@
+ # see README for others
+ PLATFORM=linux
+
+-prefix = /usr
++prefix = ${PREFIX}
+ sbindir = ${prefix}/sbin
+-sharedir = ${prefix}/share
+-mandir = ${sharedir}/man
++mandir = ${prefix}/man
+
+ O=aoe.o bpf.o ${PLATFORM}.o ata.o
+ CFLAGS += -Wall -g -O2
+@@ -38,6 +37,6 @@
+ rm -f $O vblade
+
+ install : vblade vbladed
+- install vblade ${sbindir}/
+- install vbladed ${sbindir}/
+- install vblade.8 ${mandir}/man8/
++ ${INSTALL_PROGRAM} vblade ${sbindir}/
++ ${INSTALL_SCRIPT} vbladed ${sbindir}/
++ ${INSTALL_MAN} vblade.8 ${mandir}/man8/