aboutsummaryrefslogtreecommitdiff
path: root/net/nbd-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nbd-server/Makefile')
-rw-r--r--net/nbd-server/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/nbd-server/Makefile b/net/nbd-server/Makefile
index d539d5d678c2..63480b729ac8 100644
--- a/net/nbd-server/Makefile
+++ b/net/nbd-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nbd-server
-PORTVERSION= 2.7.1
+PORTVERSION= 2.7.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nbd
@@ -15,10 +15,14 @@ DISTNAME= nbd-${PORTVERSION}
MAINTAINER= xi@borderworlds.dk
COMMENT= A server for the linux network block device (nbd)
+USE_BZIP2= yes
+
HAS_CONFIGURE= yes
PLIST_FILES= bin/nbd-server
CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-lfs --enable-syslog
+MAN1= nbd-server.1
+
post-extract:
${CP} ${FILESDIR}/nbd.h ${WRKSRC}